Skip to content

Commit 7a39f31

Browse files
authored
Fix spelling error
Change "hae" to "have"
1 parent 37e1a57 commit 7a39f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/2022-07/react-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export function App() {
445445
}
446446
```
447447

448-
These two components both hae the exact same routes the only difference is how they were defined. If you do decide you want to use the `useRoutes` hook all the props that you would normally pass to your `Route` components are instead just passed as key/value pairs of an object.
448+
These two components both have the exact same routes the only difference is how they were defined. If you do decide you want to use the `useRoutes` hook all the props that you would normally pass to your `Route` components are instead just passed as key/value pairs of an object.
449449

450450
## Handling Navigation
451451

0 commit comments

Comments
 (0)