Skip to content

Commit

Permalink
Merge pull request #972 from cesarsouza/patch-1
Browse files Browse the repository at this point in the history
Fixing typo in the readme
  • Loading branch information
clairernovotny authored Sep 26, 2020
2 parents 3fe8b75 + 012f8fd commit 6832282
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 6832282

Please sign in to comment.