From d8d6bcd886b76077429561d45aa86da6149b3bed Mon Sep 17 00:00:00 2001 From: Mark Vu Date: Tue, 21 Jan 2025 01:43:14 +0700 Subject: [PATCH] docs: correct typo (#3198) --- docs/framework/react/migrate-from-react-location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: