danhper / lodash-inflection

ActiveSupport::Inflector, for lodash!
MIT License
30 stars 6 forks source link

singularize 'status' results in 'statu' #9

Closed solgarius closed 7 years ago

solgarius commented 7 years ago

I just noticed when running singularize of the word 'status' I am getting 'statu' which is incorrect. There is already this.singular(/(alias|status)es$/, '$1'); in the code so it should be correctly returning status... no idea why its not?