We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b313b commit a84c457Copy full SHA for a84c457
src/routes/solid-start/building-your-application/routing.mdx
@@ -85,7 +85,8 @@ If you want to create nested layouts you can create a file with the same name as
85
|-- article-2.tsx // example.com/blog/article-2
86
```
87
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
+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
90
by using `props.children` in the layout.
91
92
<TabsCodeBlocks>
0 commit comments