Skip to content

Commit 27c9448

Browse files
committed
chore: replace TotalTypeScript references with Practical TypeScript
1 parent 2035d70 commit 27c9448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exercises/05.typescript/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ folks using TypeScript with React is:
3535
[React+TypeScript Cheatsheets](https://github.com/typescript-cheatsheets/react)
3636
repo open as a reference while you're getting used to using TypeScript and
3737
React. Another terrific resource is
38-
[Total TypeScript](https://www.totaltypescript.com/) which has a lot of great
39-
free resources which go much deeper than we do in this exercise.
38+
[Practical TypeScript](https://www.epicweb.dev/practical-typescript) which has
39+
five workshops (the first two are free) that go much deeper than we do in this exercise.
4040

4141
With that said, here's a quick intro to adding type annotations to functions:
4242

0 commit comments

Comments
 (0)