Skip to content

Commit ed951a1

Browse files
authored
docs typo fix: change "App.ts" to "App.tsx" (#4825)
1 parent c5cbd71 commit ed951a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-6-performance-normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export const Navbar = () => {
532532
}
533533
```
534534
535-
Lastly, we need to update `App.ts` with the "Notifications" route so we can navigate to it:
535+
Lastly, we need to update `App.tsx` with the "Notifications" route so we can navigate to it:
536536
537537
```tsx title="App.tsx"
538538
// omit imports

0 commit comments

Comments
 (0)