Skip to content

Commit 0a3282a

Browse files
committed
Grammar
1 parent 89ed58a commit 0a3282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('suitcss', function() {
6060
expect(opts.lint).to.be.true;
6161
});
6262

63-
it('should allow an minify option to be set', function() {
63+
it('should allow a minify option to be set', function() {
6464
var opts = mergeOptions({minify: true});
6565
expect(opts.minify).to.be.true;
6666
});

0 commit comments

Comments
 (0)