Skip to content

Commit cab5e73

Browse files
authored
[docs] fix typo in 02-template-syntax.md (#7593)
Tiny typo.
1 parent 7630a25 commit cab5e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/02-template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ If `this` is the name of a void tag (e.g., `br`) and `<svelte:element>` has chil
16661666

16671667
The `<svelte:window>` 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.
16681668

1669-
Unlike `<svelte:self>`, this element may only appear the top level of your component and must never be inside a block or element.
1669+
Unlike `<svelte:self>`, this element may only appear at the top level of your component and must never be inside a block or element.
16701670

16711671
```sv
16721672
<script>

0 commit comments

Comments
 (0)