Skip to content

Commit

Permalink
docs: minor typo in code-based-routing.md (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisPin authored Dec 19, 2024
1 parent dc3502b commit 38702a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guide/code-based-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ const routeTree = rootRoute.addChildren([
])
```

Now both `/layout-a` and `/layout-b` will render the their contents inside of the `LayoutComponent`:
Now both `/layout-a` and `/layout-b` will render their contents inside of the `LayoutComponent`:

```tsx
// URL: /layout-a
Expand Down

0 comments on commit 38702a8

Please sign in to comment.