From f13989b77245ed9d9339ca5f5041c0af34a8eb07 Mon Sep 17 00:00:00 2001 From: Jonathan Lee <59847083+jonathandlee@users.noreply.github.com> Date: Wed, 4 Jun 2025 02:09:22 -0400 Subject: [PATCH] Update typescript-introduction.md Fixed mispelling in tutorial website (anc -> and) --- _articles/scripting/Typescript/typescript-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/scripting/Typescript/typescript-introduction.md b/_articles/scripting/Typescript/typescript-introduction.md index 6511dba8..af6281bf 100644 --- a/_articles/scripting/Typescript/typescript-introduction.md +++ b/_articles/scripting/Typescript/typescript-introduction.md @@ -13,7 +13,7 @@ Typescript can work well with most editors using plugins, however, [VSCode](http -### Pros anc Cons for using Typescript +### Pros and Cons for using Typescript **Pros:** * Enforces types, prevents you from using irrelevant functions.