Skip to content

Commit 1ba2651

Browse files
committed
Fix typo
1 parent dde0715 commit 1ba2651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rules/important.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
var result = CSSLint.verify(css, { "important": 1 });
2020
Assert.areEqual(11, result.messages.length);
2121
Assert.areEqual("warning", result.messages[10].type);
22-
Assert.areEqual("Too many !important declarations (10), try to use less than 10 to avoid specifity issues.", result.messages[10].message);
22+
Assert.areEqual("Too many !important declarations (10), try to use less than 10 to avoid specificity issues.", result.messages[10].message);
2323
}
2424

2525
}));

0 commit comments

Comments
 (0)