From 05451a0f0795f4d2bcc6efe0f1199d47ba408b2a Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 6 Jul 2023 15:51:48 +0100 Subject: [PATCH] Fix typo --- .../roadmaps/typescript/content/101-typescript-types/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/typescript/content/101-typescript-types/index.md b/src/data/roadmaps/typescript/content/101-typescript-types/index.md index 98577cec1..0590b680b 100644 --- a/src/data/roadmaps/typescript/content/101-typescript-types/index.md +++ b/src/data/roadmaps/typescript/content/101-typescript-types/index.md @@ -23,4 +23,4 @@ You can also create custom types in TypeScript using interfaces, classes, and ty Learn more from the following links: -- [Transcript - Everyday Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html) +- [TypeScript - Everyday Types](https://www.typescriptlang.org/docs/handbook/2/everyday-types.html)