diff --git a/docs/framework/react/migrate-from-react-location.md b/docs/framework/react/migrate-from-react-location.md index a76fca726d..5b44fc0d3e 100644 --- a/docs/framework/react/migrate-from-react-location.md +++ b/docs/framework/react/migrate-from-react-location.md @@ -36,7 +36,7 @@ npm uninstall @tanstack/react-location @tanstack/react-location-devtools ### Step 2: Use the file-based routing watcher -If your project uses Vite (or one the supported bundlers), you can use the TanStack Router plugin to watch for changes in your routes files and automatically update the routes configuration. +If your project uses Vite (or one of the supported bundlers), you can use the TanStack Router plugin to watch for changes in your routes files and automatically update the routes configuration. Installation of the Vite plugin: