diff --git a/docs/rules/no-restricted-class.md b/docs/rules/no-restricted-class.md index 267bfebaa..c4919ebd6 100644 --- a/docs/rules/no-restricted-class.md +++ b/docs/rules/no-restricted-class.md @@ -20,7 +20,7 @@ in the rule configuration. ```json { - "vue/no-restricted-props": ["error", "forbidden", "forbidden-two", "forbidden-three"] + "vue/no-restricted-class": ["error", "forbidden", "forbidden-two", "forbidden-three"] } ```