We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dadfc commit f9b52f2Copy full SHA for f9b52f2
documentation/docs/03-template-syntax/11-bind.md
@@ -267,7 +267,7 @@ Elements with the `contenteditable` attribute support the following bindings:
267
<!-- for some reason puts the comment and html on same line -->
268
<!-- prettier-ignore -->
269
```svelte
270
-<div contenteditable="true" bind:innerHTML={html} />
+<div contenteditable="true" bind:innerHTML={html}></div>
271
```
272
273
## Dimensions
0 commit comments