diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md
index 34b0509fc1..ae39c18cd9 100644
--- a/site/content/docs/02-template-syntax.md
+++ b/site/content/docs/02-template-syntax.md
@@ -474,7 +474,7 @@ The `{@const ...}` tag defines a local constant.
{/each}
```
-`{@const}` is only allowed as direct child of `{#each}` block, `{#then}` and `{#catch}` block, `` and `` element.
+`{@const}` is only allowed as direct child of `{#each}`, `{:then}`, `{:catch}`, `` or ``.
### Element directives