diff --git a/readme.md b/readme.md index 2480d5585..50915b3aa 100644 --- a/readme.md +++ b/readme.md @@ -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. ## Adding Words -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.