Skip to content

Commit c807f16

Browse files
committed
Merge pull request #265 from frvge/patch-1
Fix typo
2 parents 888b9d1 + dde0715 commit c807f16

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)