Skip to content

Commit 72a7083

Browse files
authored
docs: remove extraneous dash (#13105)
1 parent b77753e commit 72a7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/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)