We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c21322 commit 0e33d2dCopy full SHA for 0e33d2d
test/inflection.js
@@ -104,7 +104,7 @@ describe( 'test .singularize', function (){
104
inflection.singularize( 'genus' ).should.equal( 'genus' );
105
inflection.singularize( 'minus' ).should.equal( 'minus' );
106
inflection.singularize( 'bonuses' ).should.equal( 'bonus' );
107
- inflection.pluralize( 'grammars' ).should.equal( 'grammar' );
+ inflection.singularize( 'grammars' ).should.equal( 'grammar' );
108
});
109
110
0 commit comments