diff --git a/documentation/docs/03-template-syntax/19-await-expressions.md b/documentation/docs/03-template-syntax/19-await-expressions.md index ae882ddd6f..2f73f6a47c 100644 --- a/documentation/docs/03-template-syntax/19-await-expressions.md +++ b/documentation/docs/03-template-syntax/19-await-expressions.md @@ -148,18 +148,24 @@ The [`fork(...)`](svelte#fork) API, added in 5.42, makes it possible to run `awa /** @type {import('svelte').Fork | null} */ let pending = null; - -