diff --git a/documentation/docs/03-template-syntax/05-await.md b/documentation/docs/03-template-syntax/05-await.md index 4fb48c8043..5857244b8e 100644 --- a/documentation/docs/03-template-syntax/05-await.md +++ b/documentation/docs/03-template-syntax/05-await.md @@ -68,12 +68,11 @@ Similarly, if you only want to show the error state, you can omit the `then` blo
The error is {error}
{/await} ``` -Also you can render dynamic components with the help of import() function. -```svelte -{#await import('./Component.svelte') then Component} -