diff --git a/documentation/docs/03-template-syntax/05-await.md b/documentation/docs/03-template-syntax/05-await.md
index 68111a5743..1b9783bbda 100644
--- a/documentation/docs/03-template-syntax/05-await.md
+++ b/documentation/docs/03-template-syntax/05-await.md
@@ -73,7 +73,7 @@ Similarly, if you only want to show the error state, you can omit the `then` blo
>
> ```svelte
> {#await import('./Component.svelte') then Component}
->
+>
> {/await}
> ```