We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c445bd2 commit c2bb3c7Copy full SHA for c2bb3c7
1 file changed
test/inflection.js
@@ -55,6 +55,7 @@ describe( 'test .pluralize', function (){
55
inflection.pluralize( 'criteria' ).should.equal( 'criteria' );
56
inflection.pluralize( 'genus' ).should.equal( 'genera' );
57
inflection.pluralize( 'genera' ).should.equal( 'genera' );
58
+ inflection.pluralize( 'grammar' ).should.equal( 'grammars' );
59
});
60
61
0 commit comments