Skip to content

Commit f9b52f2

Browse files
committed
code is incorrect (warning element_invalid_self_closing_tag)
1 parent 21dadfc commit f9b52f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/11-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Elements with the `contenteditable` attribute support the following bindings:
267267
<!-- for some reason puts the comment and html on same line -->
268268
<!-- prettier-ignore -->
269269
```svelte
270-
<div contenteditable="true" bind:innerHTML={html} />
270+
<div contenteditable="true" bind:innerHTML={html}></div>
271271
```
272272

273273
## Dimensions

0 commit comments

Comments
 (0)