From f1c771e95cfde1940b92d9919df5e0682f75e704 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Mon, 22 May 2023 13:08:55 -0400 Subject: [PATCH] Fix typo in content (#3959) --- 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 3bb5d7ed2..a8936a030 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)