Skip to content

Commit 31a5afa

Browse files
authored
docs: fix typo in rule example (vuejs#1650)
Doc template was copied from another rule overlooked renaming one entry
1 parent 1ece73e commit 31a5afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-restricted-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in the rule configuration.
2020

2121
```json
2222
{
23-
"vue/no-restricted-props": ["error", "forbidden", "forbidden-two", "forbidden-three"]
23+
"vue/no-restricted-class": ["error", "forbidden", "forbidden-two", "forbidden-three"]
2424
}
2525
```
2626

0 commit comments

Comments
 (0)