Skip to content

Commit f1ff49e

Browse files
committed
spelling: minutes
1 parent a9998aa commit f1ff49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ms.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('.ms()', function () {
2929
});
3030
});
3131

32-
describe('minutess representation', function () {
32+
describe('minutes representation', function () {
3333
it('should return short format', function () {
3434
expect(ms(time.minutes(1))).to.equal('1m');
3535
});

0 commit comments

Comments
 (0)