Skip to content

Commit 9cbbdf4

Browse files
authored
fix a typo in 03-template-syntax/[email protected]
1 parent 5e9b29c commit 9cbbdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The `{@const ...}` tag defines a local constant.
1111
{/each}
1212
```
1313

14-
`{@const}` is only allowed as an immediate child of a block — `{#if ...}`, `{#each ...}`, `{#snippet ...}` and so on — a `<Component />` or a `<svelte:boundary`.
14+
`{@const}` is only allowed as an immediate child of a block — `{#if ...}`, `{#each ...}`, `{#snippet ...}` and so on — a `<Component />` or a `<svelte:boundary>`.

0 commit comments

Comments
 (0)