From 566adc7368725af747f6c03f702ecc598fda6fed Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 21 Oct 2024 23:37:43 -0400 Subject: [PATCH] fix --- documentation/docs/03-template-syntax/10-bind.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/03-template-syntax/10-bind.md b/documentation/docs/03-template-syntax/10-bind.md index 70d7d25920..016924769b 100644 --- a/documentation/docs/03-template-syntax/10-bind.md +++ b/documentation/docs/03-template-syntax/10-bind.md @@ -249,14 +249,14 @@ 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. ```svelte - + ``` ```svelte - +