Skip to content

Commit

Permalink
Fix typo in docs no-duplicate-attributes (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllo authored and michalsnik committed Oct 9, 2017
1 parent 94f387e commit 92a1ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-duplicate-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This rule reports duplicate attributes.
`allowCoexistStyle` - Enables [`v-bind:style`] directive can coexist with the plain `style` attribute.

```
'vue/name-property-casing': [2, {
'vue/no-duplicate-attributes': [2, {
allowCoexistClass: Boolean // default: true
allowCoexistStyle: Boolean, // default: true
}]
Expand Down

0 comments on commit 92a1ae1

Please sign in to comment.