Skip to content

Commit bfd79f8

Browse files
authored
Update html-self-closing.md
1 parent fa8ee15 commit bfd79f8

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
@@ -41,7 +41,7 @@ You can choose either two styles for elements without content
4141
<p> </p>
4242
<div><div></div></div>
4343
<img>
44-
<svelte:head></svelte:head>
44+
<svelte:body></svelte:body>
4545
```
4646

4747
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)