Skip to content

Commit

Permalink
Fix english plural
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Jun 18, 2022
1 parent bc5b2f3 commit 5a79954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/English/NounPluralization.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class NounPluralization extends \morphos\BasePluralization
'knowledge',
'progress',
'advice',
'advise',
'ink',
'money',
'scissors',
Expand Down
2 changes: 1 addition & 1 deletion tests/English/NounPluralizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function wordsProvider()
['schoolboy', 'schoolboys'],
['knowledge', 'knowledge'],
['progress', 'progress'],
['advise', 'advise'],
['advice', 'advice'],
['ink', 'ink'],
['money', 'money'],
['scissors', 'scissors'],
Expand Down

0 comments on commit 5a79954

Please sign in to comment.