diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index ac49fb23c5..f2e71ecbe0 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1666,7 +1666,7 @@ If `this` is the name of a void tag (e.g., `br`) and `` has chil The `` element allows you to add event listeners to the `window` object without worrying about removing them when the component is destroyed, or checking for the existence of `window` when server-side rendering. -Unlike ``, this element may only appear the top level of your component and must never be inside a block or element. +Unlike ``, this element may only appear at the top level of your component and must never be inside a block or element. ```sv