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

pull/13993/head
Simon H 2 years ago committed by GitHub
parent 541b29844e
commit 0fd4791fbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}
> <Component.default />
> <Component.default />
> {/await}
> ```

Loading…
Cancel
Save