Skip to content

Commit b97a9c8

Browse files
authored
Fix wording on layout routes
Fixes #13270
1 parent ef30a33 commit b97a9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default [
167167
] satisfies RouteConfig;
168168
```
169169

170-
To see `projects/home.tsx` appear in the layout, we'll need an outlet:
170+
To have routes such as `projects/project.tsx` appear in the layout, we'll need an outlet:
171171

172172
```tsx filename=./projects/project-layout.tsx lines=[8]
173173
import { Outlet } from "react-router";

0 commit comments

Comments
 (0)