Skip to content

Commit f5cca3c

Browse files
committed
docs
1 parent a23e239 commit f5cca3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/html-closing-bracket-spacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ since: 'v2.3.0'
1616

1717
You can choose either two styles for spacing before closing bracket
1818

19-
- always: `<div />`
20-
- never: `<div/>`
19+
- always: `<SomeComponent />`
20+
- never: `<SomeComponent />`
2121

2222
<!-- prettier-ignore-start -->
2323
<!--eslint-skip-->

0 commit comments

Comments
 (0)