Skip to content

Commit 0fd4791

Browse files
authored
Update documentation/docs/03-template-syntax/05-await.md
1 parent 541b298 commit 0fd4791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/05-await.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Similarly, if you only want to show the error state, you can omit the `then` blo
7373
>
7474
> ```svelte
7575
> {#await import('./Component.svelte') then Component}
76-
> <Component.default />
76+
> <Component.default />
7777
> {/await}
7878
> ```
7979

0 commit comments

Comments
 (0)