Skip to content

Commit 4f51f60

Browse files
authored
consistent language in "root-level layouts" section (#748)
1 parent a6cbc5d commit 4f51f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/concepts/layouts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Layouts are components that wrap the content of a route and can be used to defin
88
## Root-level layouts
99

1010
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:
11+
To define a root-level layout, pass the layout component to the `root` prop of the `Router` component:
1212

1313
```jsx
1414
import { render } from "solid-js/web";

0 commit comments

Comments
 (0)