diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 3d58e44055..1efa696f28 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -342,6 +342,7 @@ Components can emit events using [createEventDispatcher](docs#createeventdispatc * `bind:property={variable}` * `bind:group={variable}` +* `bind:this={dom_node}` ---