Skip to content

Commit 0b6bce4

Browse files
authored
Merge pull request #16846 from famouswizard/patch-11
docs: fix TypeScript typo
2 parents 6f6aab7 + bf044e4 commit 0b6bce4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/typescript.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Typescript
1+
# TypeScript
22

33
Our codebase is rapidly increasing in size and in contributors. This brings challenges to reliably keep the code organized, avoid code duplication, and review code. To help alleviate these challenges, we’re in the process of migrating to TypeScript across our codebase. We believe having a strongly typed language will reduce bugs, improve code quality, increase productivity and allow us to scale (both our codebase and our developer community) better in the long term.
44

@@ -22,8 +22,8 @@ const someVar: string
2222

2323
## Learning resources
2424

25-
- [Official Typescript website](https://www.typescriptlang.org/)
26-
- [Typescript Challenges](https://github.com/type-challenges/type-challenges)
25+
- [Official TypeScript website](https://www.typescriptlang.org/)
26+
- [TypeScript Challenges](https://github.com/type-challenges/type-challenges)
2727
- [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/)
28+
- [TypeScript Deep Dive](https://basarat.gitbook.io/typescript/)
29+
- [TypeScript errors](https://typescript.tv/errors/)

0 commit comments

Comments
 (0)