Skip to content

Commit bb7f3c9

Browse files
authored
Update type-safety.md (remix-run#12367)
1 parent 87f8165 commit bb7f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explanation/type-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Type Safety
66

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

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

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

0 commit comments

Comments
 (0)