Skip to content

Commit e686e94

Browse files
Update documentation/docs/03-template-syntax/19-await-expressions.md
Co-authored-by: Conduitry <[email protected]>
1 parent 2f2ca5d commit e686e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/19-await-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As of Svelte 5.36, you can use the `await` keyword inside your components in thr
88
- inside `$derived(...)` declarations
99
- inside your markup
1010

11-
This feature is currently experimental, and you must opt in by adding the `experimental.async` option wherever you [configure](https://svelte.dev/docs/kit/configuration) Svelte, usually `svelte.config.js`:
11+
This feature is currently experimental, and you must opt in by adding the `experimental.async` option wherever you [configure](/docs/kit/configuration) Svelte, usually `svelte.config.js`:
1212

1313
```js
1414
/// file: svelte.config.js

0 commit comments

Comments
 (0)