Skip to content

Commit c3111fe

Browse files
Morgulmysticatea
authored andcommitted
Docs: fix copy/paste error in valid-v-on document (#853)
1 parent f1ac7a0 commit c3111fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/valid-v-on.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This rule does not check syntax errors in directives because it's checked by [no
4949

5050
```json
5151
{
52-
"vue/prop-name-casing": ["error", {
52+
"vue/valid-v-on": ["error", {
5353
"modifiers": []
5454
}]
5555
}

0 commit comments

Comments
 (0)