We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8ee15 commit bfd79f8Copy full SHA for bfd79f8
docs/rules/html-self-closing.md
@@ -41,7 +41,7 @@ You can choose either two styles for elements without content
41
<p> </p>
42
<div><div></div></div>
43
<img>
44
-<svelte:head></svelte:head>
+<svelte:body></svelte:body>
45
```
46
47
<!-- prettier-ignore-end -->
0 commit comments