Skip to content

Commit b0fb9ea

Browse files
authored
[docs] fix wrong file path (sveltejs#156)
1 parent 3385803 commit b0fb9ea

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-sveltekit/02-routing/02-layouts

1 file changed

+1
-1
lines changed

content/tutorial/02-sveltekit/02-routing/02-layouts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ src/routes/
1717
...and move the duplicated content from the `+page.svelte` files into the new `+layout.svelte` file. The `<slot />` element is where the page content will be rendered:
1818

1919
```svelte
20-
/// file: src/routes/about/+layout.svelte
20+
/// file: src/routes/+layout.svelte
2121
<nav>
2222
<a href="/">home</a>
2323
<a href="/about">about</a>

0 commit comments

Comments
 (0)