You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using your library as a dependency of MirageJS. We had a pretty nasty bug in our models where the singularize method is returning deltum as the singular of the word delta.
You can try it with:
Inflector.singularize('delta')
The text was updated successfully, but these errors were encountered:
Hi,
I've been using your library as a dependency of MirageJS. We had a pretty nasty bug in our models where the
singularize
method is returningdeltum
as the singular of the worddelta
.You can try it with:
The text was updated successfully, but these errors were encountered: