Skip to content

Commit 807f4a2

Browse files
authored
(Docs) fix typo (remix-run#12872)
1 parent f415ff6 commit 807f4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/route-module-type-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you want to run type checking as its own command — for example, as part of
4949

5050
## Extending app `Context` types
5151

52-
To define your app's `context` type, add the following in a `.td` or `.d.ts` file within your project:
52+
To define your app's `context` type, add the following in a `.ts` or `.d.ts` file within your project:
5353

5454
```typescript
5555
import "react-router";

0 commit comments

Comments
 (0)