We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f415ff6 commit 807f4a2Copy full SHA for 807f4a2
docs/how-to/route-module-type-safety.md
@@ -49,7 +49,7 @@ If you want to run type checking as its own command — for example, as part of
49
50
## Extending app `Context` types
51
52
-To define your app's `context` type, add the following in a `.td` or `.d.ts` file within your project:
+To define your app's `context` type, add the following in a `.ts` or `.d.ts` file within your project:
53
54
```typescript
55
import "react-router";
0 commit comments