Skip to content

Commit 26dc3e2

Browse files
committed
close canvas
1 parent f9b52f2 commit 26dc3e2

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
@@ -307,7 +307,7 @@ To get a reference to a DOM node, use `bind:this`. The value will be `undefined`
307307
});
308308
</script>
309309
310-
<canvas bind:this={canvas} />
310+
<canvas bind:this={canvas}></canvas>
311311
```
312312

313313
Components also support `bind:this`, allowing you to interact with component instances programmatically.

0 commit comments

Comments
 (0)