Skip to content

Commit d481428

Browse files
docs(tutorials/quickstart): fix grammar + remove duplicate link (#13881)
1 parent a3c7399 commit d481428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorials/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ touch app/routes.js
9494
export default [];
9595
```
9696

97-
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.
97+
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.
9898

9999
## Build and Run
100100

@@ -292,7 +292,6 @@ What's next?
292292
[inspect]: https://nodejs.org/en/docs/guides/debugging-getting-started/
293293
[vite-config]: https://vite.dev/config
294294
[routing]: ../start/framework/routing
295-
[templates]: /resources?category=templates
296295
[http-localhost-3000]: http://localhost:3000
297296
[vite]: https://vitejs.dev
298297
[react-router-config]: https://api.reactrouter.com/v7/types/_react_router_dev.config.Config.html

0 commit comments

Comments
 (0)