diff --git a/documentation/docs/03-template-syntax/11-bind.md b/documentation/docs/03-template-syntax/11-bind.md index 119f87ed8eb5..c23f3b52327c 100644 --- a/documentation/docs/03-template-syntax/11-bind.md +++ b/documentation/docs/03-template-syntax/11-bind.md @@ -267,7 +267,7 @@ Elements with the `contenteditable` attribute support the following bindings: ```svelte -
+
``` ## Dimensions @@ -307,7 +307,7 @@ To get a reference to a DOM node, use `bind:this`. The value will be `undefined` }); - + ``` Components also support `bind:this`, allowing you to interact with component instances programmatically.