Skip to content

Commit a84c457

Browse files
Update src/routes/solid-start/building-your-application/routing.mdx
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent c6b313b commit a84c457

File tree

1 file changed

+2
-1
lines changed
  • src/routes/solid-start/building-your-application

1 file changed

+2
-1
lines changed

src/routes/solid-start/building-your-application/routing.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ If you want to create nested layouts you can create a file with the same name as
8585
|-- article-2.tsx // example.com/blog/article-2
8686
```
8787

88-
In this case, the `blog.tsx` file will act as a layout for the articles in the `blog` folder. You can reference the child's content
88+
In this case, the `blog.tsx` file will act as a layout for the articles in the `blog` folder.
89+
You can reference the child's content
8990
by using `props.children` in the layout.
9091

9192
<TabsCodeBlocks>

0 commit comments

Comments
 (0)