Skip to content

Commit 2f39fe6

Browse files
termosamichalsnik
authored andcommitted
Fix description for no-duplicate-attributes (#71)
1 parent cf6812e commit 2f39fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-duplicate-attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = {
7272
create,
7373
meta: {
7474
docs: {
75-
description: 'disallow duplicate arguments.',
75+
description: 'disallow duplicate attributes.',
7676
category: 'Best Practices',
7777
recommended: false
7878
},

0 commit comments

Comments
 (0)