8000 [String] Correct spelling of matracies to matracese by gnito-org · Pull Request #44633 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[String] Correct spelling of matracies to matracese #44633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make fabbot.io happy
  • Loading branch information
gnito-org committed Dec 15, 2021
commit 4ec140c998030bd3d15193bbd0efb668fe1baadb
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ public function singularizeProvider()
['formulas', 'formula'],
['conspectuses', 'conspectus'],
['fungi', 'fungus'],
['funguses', ['fungus', 'funguse', 'fungusis']],
['fungi', ['fungus', 'funguse', 'fungusis']],
['garages', ['garag', 'garage']],
['geese', 'goose'],
['halves', ['half', 'halve', 'halff']],
['hats', 'hat'],
['heroes', ['hero', 'heroe']],
['heroes', ['hero', 'hero']],
['hippopotamuses', ['hippopotamus', 'hippopotamuse', 'hippopotamusis']], //hippopotami
['hoaxes', 'hoax'],
['hooves', ['hoof', 'hoove', 'hooff']],
Expand Down
0