From 20be28653fbedb02ec81853d351d4a800f1eafc0 Mon Sep 17 00:00:00 2001 From: guangwu Date: Sat, 4 May 2024 11:10:54 +0800 Subject: [PATCH] fix: following typo (#5308) * fix: typo * fix: gap --------- Co-authored-by: Arik Chakma --- src/data/roadmaps/typescript/content/100-typescript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/typescript/content/100-typescript/index.md b/src/data/roadmaps/typescript/content/100-typescript/index.md index 6074c52d2..80c9dc4eb 100644 --- a/src/data/roadmaps/typescript/content/100-typescript/index.md +++ b/src/data/roadmaps/typescript/content/100-typescript/index.md @@ -9,7 +9,7 @@ The main benefits of using TypeScript include: - Improved Maintainability - Backwards Compatibility -Learn more from the folowing links: +Learn more from the following links: - [Overview of TypeScript](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html) - [TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html)