Skip to content

Commit e507706

Browse files
Removed duplicate ec from singularization rules (#147)
1 parent abb3991 commit e507706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pluralize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i, '$1fe'],
368368
[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i, '$1f'],
369369
[/ies$/i, 'y'],
370-
[/(dg|ss|ois|lk|ok|wn|mb|th|ch|ec|oal|is|ec|ck|ix|sser|ts|wb)ies$/i, '$1ie'],
370+
[/(dg|ss|ois|lk|ok|wn|mb|th|ch|ec|oal|is|ck|ix|sser|ts|wb)ies$/i, '$1ie'],
371371
[/\b(l|(?:neck|cross|hog|aun)?t|coll|faer|food|gen|goon|group|hipp|junk|vegg|(?:pork)?p|charl|calor|cut)ies$/i, '$1ie'],
372372
[/\b(mon|smil)ies$/i, '$1ey'],
373373
[/\b((?:tit)?m|l)ice$/i, '$1ouse'],

0 commit comments

Comments
 (0)