Skip to content

Commit fb84f19

Browse files
Sync kit docs (#929)
sync kit docs Co-authored-by: Rich-Harris <[email protected]>
1 parent cbf9f29 commit fb84f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/20-core-concepts/10-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To create a layout that applies to every page, make a file called `src/routes/+l
169169
...but we can add whatever markup, styles and behaviour we want. The only requirement is that the component includes a `@render` tag for the page content. For example, let's add a nav bar:
170170

171171
```svelte
172-
<!---- file: src/routes/+layout.svelte --->
172+
<!--- file: src/routes/+layout.svelte --->
173173
<script>
174174
let { children } = $props();
175175
</script>

0 commit comments

Comments
 (0)