Skip to content

Commit 1c5604a

Browse files
damanwiththeplanmichalsnik
authored andcommitted
Update html-closing-bracket-spacing.md (#507)
1 parent 0b86a4e commit 1c5604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/rules/html-closing-bracket-spacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This rule has options.
1515

1616
```json
1717
{
18-
"html-closing-bracket-spacing": ["error", {
18+
"vue/html-closing-bracket-spacing": ["error", {
1919
"startTag": "always" | "never",
2020
"endTag": "always" | "never",
2121
"selfClosingTag": "always" | "never"

0 commit comments

Comments
 (0)