Skip to content

Commit a7dc280

Browse files
authored
chore: fix typo in prefer-class-directive.md (#1080)
1 parent d333cc5 commit a7dc280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-class-directive.md

+1-1
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)