Skip to content

Commit e77745e

Browse files
authored
docs: Correct capitalization of 'TypeScript' in documentation (#5692)
1 parent b52817b commit e77745e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/type-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const parentRoute = createRoute({
2626

2727
## Exported Hooks, Components, and Utilities
2828

29-
For the types of your router to work with top-level exports like `Link`, `useNavigate`, `useParams`, etc. they must permeate the type-script module boundary and be registered right into the library. To do this, we use declaration merging on the exported `Register` interface.
29+
For the types of your router to work with top-level exports like `Link`, `useNavigate`, `useParams`, etc. they must permeate the TypeScript module boundary and be registered right into the library. To do this, we use declaration merging on the exported `Register` interface.
3030

3131
```ts
3232
const router = createRouter({

0 commit comments

Comments
 (0)