We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.