Skip to content

Commit

Permalink
Merge pull request #39 from SirDaev/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
WebDevSimplified authored Feb 13, 2024
2 parents 37e1a57 + 7a39f31 commit f5aa84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/2022-07/react-router/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export function App() {
}
```

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.
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.

## Handling Navigation

Expand Down

0 comments on commit f5aa84f

Please sign in to comment.