Skip to content

Commit c6b0844

Browse files
author
Rich Harris
committed
typo
1 parent f31f59e commit c6b0844

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/04-advanced-sveltekit/04-advanced-loading/04-streaming

1 file changed

+1
-1
lines changed

content/tutorial/04-advanced-sveltekit/04-advanced-loading/04-streaming/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function load({ params }) {
3030

3131
> If `comments` is a top-level property of the returned object, SvelteKit will automatically await it. For that reason, we must nest it inside an object. Here, we've called that object `promises`, but the name is not important.
3232
33-
Inside `src/routes/blog/[slug]/+page.svelte` we can now use an [`{#await ...}](await-blocks) block to render placeholder UI while the data loads:
33+
Inside `src/routes/blog/[slug]/+page.svelte` we can now use an [`{#await ...}`](await-blocks) block to render placeholder UI while the data loads:
3434

3535
```svelte
3636
/// file: src/routes/blog/[slug]/+page.svelte

0 commit comments

Comments
 (0)