diff --git a/src/pages/2022-07/react-router/index.mdx b/src/pages/2022-07/react-router/index.mdx index 8e4ccba..033f5ea 100644 --- a/src/pages/2022-07/react-router/index.mdx +++ b/src/pages/2022-07/react-router/index.mdx @@ -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