node.inflection
node.inflection copied to clipboard
Edge Case: plural of "accommodation"
Steps to Reproduce
const inflection = require('inflection');
inflection.pluralize('accommodation');
Expected Outcome
"accommodations"
Actual Outcome
"accommodation"
Version
Originally noticed this in inflection 1.13.4. Upgraded to 2.0.1 and same behavior is seen.