From b435f091896e6ca6acc5d75d32c8b0b92d1c628b Mon Sep 17 00:00:00 2001 From: TheBoxyBear <15822255+TheBoxyBear@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:13:23 -0400 Subject: [PATCH] Fix typo in docs --- Docs/articles/Lyrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/articles/Lyrics.md b/Docs/articles/Lyrics.md index 187ad246..f477f1f0 100644 --- a/Docs/articles/Lyrics.md +++ b/Docs/articles/Lyrics.md @@ -30,7 +30,7 @@ Vocals can be read like any other instrument using the `FromFile` method. Vocals? vocals = Vocals.FromFile(path, , ); ``` -Chart files define lyrics through global events that can be converted to a set of phrases. When reading a full song from a chart file, the vocals insturment will be null. +Chart files define lyrics through global events that can be converted to a set of phrases. When reading a full song from a chart file, the vocals instrument will be null. ```csharp using ChartTools.Lyrics;