Skip to content

Commit 334589b

Browse files
authored
Update route.md (#9031)
Fix link to `useRoutes` in quote block.
1 parent 31a52d1 commit 334589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/route.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Whenever the location changes, `<Routes>` looks through all its `children` `<Rou
5252
> **Note:**
5353
>
5454
> If you'd prefer to define your routes as regular JavaScript objects instead
55-
> of using JSX, [try `useRoutes` instead][use-routes].
55+
> of using JSX, [try `useRoutes` instead](use-routes).
5656
5757
The default `<Route element>` is an [`<Outlet>`][outlet]. This means the route will still render its children even without an explicit `element` prop, so you can nest route paths without nesting UI around the child route elements.
5858

0 commit comments

Comments
 (0)