pluralize
pluralize copied to clipboard
Aegis should be singular
const pluralize = require('pluralize');
console.log(pluralize.isPlural('aegis'));
true
Hi, seems like a simple one, can I pick this up?
Also, I think in the library, we don't have the plural for aegis
i.e. aegides
, will add that as well if that's fine.