Skip to content

Commit eee5651

Browse files
authored
Fix typo in prefer-class-directive.md
1 parent 42c03a6 commit eee5651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-class-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You cannot enforce this style by using [prettier-plugin-svelte]. That is, this r
4141

4242
```json
4343
{
44-
"svelte/html-quotes": [
44+
"svelte/prefer-class-directive": [
4545
"error",
4646
{
4747
"prefer": "empty" // or "always"

0 commit comments

Comments
 (0)