Skip to content

Commit

Permalink
Add possessive pronouns (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu authored Jul 13, 2021
1 parent cba2fef commit bf63750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pluralize.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@
['has', 'have'],
['this', 'these'],
['that', 'those'],
['my', 'our'],
['its', 'their'],
['his', 'their'],
['her', 'their'],
// Words ending in with a consonant and `o`.
['echo', 'echoes'],
['dingo', 'dingoes'],
Expand Down

0 comments on commit bf63750

Please sign in to comment.