From 872c8b2e0da52cae16700b7b6e9fc84d7a4964b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 25 Jun 2025 01:37:37 +0200 Subject: [PATCH] docs(tutorials/quickstart): fix grammar + remove duplicate link --- docs/tutorials/quickstart.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index 36e953d6e5..1305e5eb58 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -94,7 +94,7 @@ touch app/routes.js export default []; ``` -The existence of `routes.js` is required to build a React Router app; if you're using React Router we assume you'll want to do some routing eventually. You can read more about defining routes in our [Routing][routing] guide. +The existence of `routes.js` is required to build a React Router app; if you're using React Router, we assume you'll want to do some routing eventually. You can read more about defining routes in our [Routing][routing] guide. ## Build and Run @@ -292,7 +292,6 @@ What's next? [inspect]: https://nodejs.org/en/docs/guides/debugging-getting-started/ [vite-config]: https://vite.dev/config [routing]: ../start/framework/routing -[templates]: /resources?category=templates [http-localhost-3000]: http://localhost:3000 [vite]: https://vitejs.dev [react-router-config]: https://api.reactrouter.com/v7/types/_react_router_dev.config.Config.html