Skip to content

Commit

Permalink
Merge 40c001a into 8a989b7
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Apr 26, 2019
2 parents 8a989b7 + 40c001a commit 4b5e4d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pluralize.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@
['thief', 'thieves'],
['groove', 'grooves'],
['pickaxe', 'pickaxes'],
['whiskey', 'whiskies'],
['passerby', 'passersby']
].forEach(function (rule) {
return pluralize.addIrregularRule(rule[0], rule[1]);
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ var BASIC_TESTS = [
['honey', 'honeys'],
['smiley', 'smilies'],
['survey', 'surveys'],
['whiskey', 'whiskies'],
['whiskey', 'whiskeys'],
['volley', 'volleys'],
['tongue', 'tongues'],
['suit', 'suits'],
Expand Down

0 comments on commit 4b5e4d6

Please sign in to comment.