Open stephenfuqua opened 1 year ago
const inflection = require('inflection'); inflection.pluralize('accommodation');
"accommodations"
"accommodation"
Originally noticed this in inflection 1.13.4. Upgraded to 2.0.1 and same behavior is seen.
Steps to Reproduce
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.