Skip to content

Commit

Permalink
Update type-safety.md (#12367)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryhouse authored Nov 24, 2024
1 parent 87f8165 commit bb7f3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/explanation/type-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Type Safety

If you haven't done so already, check out our guide for [setting up type safety][route-module-type-safety] in a new project.

React Router generates types for each route in your app that provide type safety for the route module exports.
React Router generates types for each route in your app to provide type safety for the route module exports.

For example, let's say you have a `products/:id` route configured:

Expand Down

0 comments on commit bb7f3c9

Please sign in to comment.