From 80485d4acf28ca0ef2444e3c47742958d7720696 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Sun, 30 May 2021 12:33:20 +0200 Subject: [PATCH] docs: fix typo --- 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 b83b72e215..29d28bfb3d 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1475,7 +1475,7 @@ If `this` is falsy, no component is rendered. 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. -Contrary to `` this element can only be a the top level of your component and must never be inside a block or element. +Contrary to `` this element can only be at the top level of your component and must never be inside a block or element. ```sv