From 012f8fd6547892185268866e70953eacdddc2014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Souza?= Date: Sun, 6 Sep 2020 16:36:48 +0200 Subject: [PATCH] Fixing typo in the readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.