Skip to content

Commit

Permalink
Fix spelling of Hyphenator
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiMidgard authored Aug 7, 2018
1 parent ca56b95 commit 1951d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://www.nuget.org/packages/NHyphenator/

```c#
var loader = new ResourceHyphenatePatternsLoader(HyphenatePatternsLanguage.Russian);
Hypenator hypenator = new Hypenator(loader, "-");
Hypenator hypenator = new Hyphenator(loader, "-");
var result = hypenator.HyphenateText(text);
```

Expand Down

0 comments on commit 1951d29

Please sign in to comment.