From 462d3a1eef8dae1b9eaa5ad0430258024f7b1bef Mon Sep 17 00:00:00 2001 From: "Christopher S. Case" Date: Tue, 12 Mar 2019 13:54:37 -0500 Subject: [PATCH] Fixed copy/paste error in `valid-v-on` This had the wrong name for the rule in the example. --- docs/rules/valid-v-on.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/valid-v-on.md b/docs/rules/valid-v-on.md index 1c77664f8..d6f73c49b 100644 --- a/docs/rules/valid-v-on.md +++ b/docs/rules/valid-v-on.md @@ -49,7 +49,7 @@ This rule does not check syntax errors in directives because it's checked by [no ```json { - "vue/prop-name-casing": ["error", { + "vue/valid-v-on": ["error", { "modifiers": [] }] }