We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e28e4 commit b85d0caCopy full SHA for b85d0ca
test/unit/ms.spec.js
@@ -29,7 +29,7 @@ describe('.ms()', function () {
29
});
30
31
32
- describe('minutess representation', function () {
+ describe('minutes representation', function () {
33
it('should return short format', function () {
34
expect(ms(time.minutes(1))).to.equal('1m');
35
0 commit comments