Skip to content

Commit dde0715

Browse files
committed
Fix typo
1 parent 888b9d1 commit dde0715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rules/important.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CSSLint.addRule({
2929
parser.addListener("endstylesheet", function(){
3030
reporter.stat("important", count);
3131
if (count >= 10){
32-
reporter.rollupWarn("Too many !important declarations (" + count + "), try to use less than 10 to avoid specifity issues.", rule);
32+
reporter.rollupWarn("Too many !important declarations (" + count + "), try to use less than 10 to avoid specificity issues.", rule);
3333
}
3434
});
3535
}

0 commit comments

Comments
 (0)