singularize (word)
Defined in node_modules/ember-inflector/addon/lib/helpers/singularize.js:4
If you have Ember Inflector (such as if Ember Data is present), singularize a word. For example, turn "oxen" into "ox". Example: {{singularize myProperty}} {{singularize "oxen"}}
Parameters:
word String|Property
word to singularize