From 1323c1a7fbf6fbc63bec689cf64f8c8bbe447272 Mon Sep 17 00:00:00 2001 From: Blfrg Date: Tue, 5 Oct 2021 09:11:21 -0600 Subject: [PATCH] docs: fix typo in rule example Doc template was copied from another rule overlooked renaming one entry --- docs/rules/no-restricted-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } ```