Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoxyBear committed Sep 21, 2023
1 parent ba6ce85 commit b435f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/articles/Lyrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Vocals can be read like any other instrument using the `FromFile` method.
Vocals? vocals = Vocals.FromFile(path, <ReadingConfiguration>, <FormattingRules>);
```

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;
Expand Down

0 comments on commit b435f09

Please sign in to comment.