Skip to content

Commit cb895ff

Browse files
authored
docs: Fix grammar and improve clarity in routeTree.gen.ts FAQ. (#4922)
1 parent 1608e66 commit cb895ff

File tree

1 file changed

+1
-1
lines changed
  • docs/router/framework/react

1 file changed

+1
-1
lines changed

docs/router/framework/react/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to the TanStack Router FAQ! Here you'll find answers to common questions
66

77
## Should I commit my `routeTree.gen.ts` file into git?
88

9-
Yes! Although the route tree file (i.e. `routeTree.gen.ts`) is generated by the TanStack Router, it is essentially towards the runtime of your application. It is not a build artifact. The route tree file is a critical part of your application's source code, and it is used by the TanStack Router to build your application's routes at runtime.
9+
Yes! Although the route tree file (i.e., `routeTree.gen.ts`) is generated by TanStack Router, it is essentially part of your application’s runtime, not a build artifact. The route tree file is a critical part of your applications source code, and it is used by TanStack Router to build your applications routes at runtime.
1010

1111
You should commit this file into git so that other developers can use it to build your application.
1212

0 commit comments

Comments
 (0)