We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cbc5d commit 4f51f60Copy full SHA for 4f51f60
src/routes/solid-router/concepts/layouts.mdx
@@ -8,7 +8,7 @@ Layouts are components that wrap the content of a route and can be used to defin
8
## Root-level layouts
9
10
A root-level layout acts as a container surrounding all routes within your application.
11
-To define a route-level layout, pass the layout component to the `root` prop of the `Router` component:
+To define a root-level layout, pass the layout component to the `root` prop of the `Router` component:
12
13
```jsx
14
import { render } from "solid-js/web";
0 commit comments