From d60f770326ef2246db7a13ebe5f5637a769aee9a Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Mon, 25 Apr 2022 20:21:54 +0900 Subject: [PATCH] Update site/content/docs/02-template-syntax.md Co-authored-by: Ignatius Bagus --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 9032d6740e..dcf3471739 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1639,7 +1639,7 @@ The `` element lets you render an element of a dynamically speci The only supported binding is `bind:this`, since the element type specific bindings that Svelte does at build time (e.g. `bind:value` for input elements) does not work with a dynamic tag type. -If `this` has a nullish value, element and its children are not displayed. +If `this` has a nullish value, the element and its children will not be rendered. ```sv