Skip to content

Commit 0f1262e

Browse files
committed
Fix typo in EC12 message
1 parent 5bd253a commit 0f1262e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint-plugin/lib/rules/no-multiple-style-changes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
},
3030
messages: {
3131
UseClassInstead:
32-
"There are more than two style assignations for '{{elementName}}'. Use a class instead.",
32+
"There are more than two style assignments for '{{elementName}}'. Use a class instead.",
3333
},
3434
schema: [],
3535
},

0 commit comments

Comments
 (0)