Skip to content

Commit

Permalink
Fixing typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza authored Sep 6, 2020
1 parent 3773910 commit 012f8fd
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 @@ -542,7 +542,7 @@ Normally you would call `Singularize` on a plural word but if you're unsure abou
The overload of `Singularize` with `plurality` argument is obsolete and was removed in version 2.0.

## <a id="adding-words">Adding Words</a>
Sometimes, you may need to add a rule from the singularization/pluralization vocabulary (the examples below are already in the `DefaultVocabluary` used by `Inflector`):
Sometimes, you may need to add a rule from the singularization/pluralization vocabulary (the examples below are already in the `DefaultVocabulary` used by `Inflector`):

```C#
// Adds a word to the vocabulary which cannot easily be pluralized/singularized by RegEx.
Expand Down

0 comments on commit 012f8fd

Please sign in to comment.