Skip to content

Commit

Permalink
Update pluralize.js (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmatthews authored Oct 7, 2021
1 parent bf63750 commit 36f03cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pluralize.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@
['thief', 'thieves'],
['groove', 'grooves'],
['pickaxe', 'pickaxes'],
['passerby', 'passersby']
['passerby', 'passersby'],
['canvas', 'canvases']
].forEach(function (rule) {
return pluralize.addIrregularRule(rule[0], rule[1]);
});
Expand Down

0 comments on commit 36f03cd

Please sign in to comment.