diff --git a/docs/references/react/add-react-router.mdx b/docs/references/react/add-react-router.mdx index 469ba35c67..ed6e50fc46 100644 --- a/docs/references/react/add-react-router.mdx +++ b/docs/references/react/add-react-router.mdx @@ -57,7 +57,7 @@ Learn how to add React Router to your application using React Router's new Data ### Create components for your routes - The exact routes you will need depends on your application. For this guide, you will create `/`, `/contact`, `/dashboard`, `/sign-in`, and `sign-up` routes. The `/dashboard` route will contain a default route (`/dashbard/`) and an invoices route (`/dashboard/invoices`). The first step will be creating basic components for these routes. + The exact routes you will need depends on your application. For this guide, you will create `/`, `/contact`, `/dashboard`, `/sign-in`, and `sign-up` routes. The `/dashboard` route will contain a default route (`/dashboard/`) and an invoices route (`/dashboard/invoices`). The first step will be creating basic components for these routes. Use the tabs below to find the example components and recreate these files using the path from each tab.