Skip to content

Commit 0c601ee

Browse files
authored
Fix typo in html-self-closing.md (#630)
1 parent 38b06e7 commit 0c601ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/html-self-closing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config object:
7171
"void": "always", // or "never" or "ignore"
7272
"normal": "always", // or "never" or "ignore"
7373
"component": "always", // or "never" or "ignore"
74-
"svelte": "always" // or "never" or "igore"
74+
"svelte": "always" // or "never" or "ignore"
7575
}
7676
]
7777
}

0 commit comments

Comments
 (0)