Skip to content

Commit 92a1ae1

Browse files
tyllomichalsnik
authored andcommitted
Fix typo in docs no-duplicate-attributes (#198)
1 parent 94f387e commit 92a1ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-duplicate-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This rule reports duplicate attributes.
3131
`allowCoexistStyle` - Enables [`v-bind:style`] directive can coexist with the plain `style` attribute.
3232

3333
```
34-
'vue/name-property-casing': [2, {
34+
'vue/no-duplicate-attributes': [2, {
3535
allowCoexistClass: Boolean // default: true
3636
allowCoexistStyle: Boolean, // default: true
3737
}]

0 commit comments

Comments
 (0)