aboutsummaryrefslogtreecommitdiff
path: root/node_modules/irregular-plurals/readme.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-27 19:33:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-27 19:34:16 +0100
commit0e6de2c31dbf8c21277481f112e99c52b913940f (patch)
tree91789032de3b8eec9d789acd1323f25fc5d08422 /node_modules/irregular-plurals/readme.md
parentceda0da31ad542c598c68146ae0712ca03df3d71 (diff)
node_modules
Diffstat (limited to 'node_modules/irregular-plurals/readme.md')
-rw-r--r--node_modules/irregular-plurals/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/irregular-plurals/readme.md b/node_modules/irregular-plurals/readme.md
index 8dea5ca7a..e5d6b75e2 100644
--- a/node_modules/irregular-plurals/readme.md
+++ b/node_modules/irregular-plurals/readme.md
@@ -5,7 +5,7 @@
> An irregular plural in this library is defined as a noun that cannot be made plural by applying these rules:
> - If the noun ends in an "s", "x", "z", "ch" or "sh", add "es"
-> - If the noun ends in a "y" and is preceded by a consonent, drop the "y" and add "ies"
+> - If the noun ends in a "y" and is preceded by a consonant, drop the "y" and add "ies"
> - If the noun ends in a "y" and is preceded by a vowel, add "s"
The list is just a [JSON file](irregular-plurals.json) and can be used wherever.