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 ef30a33 commit b97a9c8Copy full SHA for b97a9c8
docs/start/framework/routing.md
@@ -167,7 +167,7 @@ export default [
167
] satisfies RouteConfig;
168
```
169
170
-To see `projects/home.tsx` appear in the layout, we'll need an outlet:
+To have routes such as `projects/project.tsx` appear in the layout, we'll need an outlet:
171
172
```tsx filename=./projects/project-layout.tsx lines=[8]
173
import { Outlet } from "react-router";
0 commit comments