Skip to content

Commit bf044e4

Browse files
authored
Update typescript.md
1 parent cdc1730 commit bf044e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const someVar: string
2222

2323
## Learning resources
2424

25-
- [Official TypeScript website](https://www.TypeScriptlang.org/)
25+
- [Official TypeScript website](https://www.typescriptlang.org/)
2626
- [TypeScript Challenges](https://github.com/type-challenges/type-challenges)
27-
- [React TS Cheatsheet](https://react-TypeScript-cheatsheet.netlify.app/)
28-
- [TypeScript Deep Dive](https://basarat.gitbook.io/TypeScript/)
29-
- [TypeScript errors](https://TypeScript.tv/errors/)
27+
- [React TS Cheatsheet](https://react-typescript-cheatsheet.netlify.app/)
28+
- [TypeScript Deep Dive](https://basarat.gitbook.io/typescript/)
29+
- [TypeScript errors](https://typescript.tv/errors/)

0 commit comments

Comments
 (0)