From d78398a03658de7cbf3915c76477bd969c030832 Mon Sep 17 00:00:00 2001 From: Elvis Dzebo <40888944+edzebo@users.noreply.github.com> Date: Sat, 19 Jan 2019 00:21:17 +0100 Subject: [PATCH] Fixed typo error on line #53 (#27944) --- guide/english/typescript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/typescript/index.md b/guide/english/typescript/index.md index 332e231b39..c432dcbdf2 100644 --- a/guide/english/typescript/index.md +++ b/guide/english/typescript/index.md @@ -50,7 +50,7 @@ The Playground has built-in auto completion and the ability to directly see the To learn more about installation, see the [Installation Appendix](./src/articles/typescript/appendix-installation/index.md). -In case you need just a type checker and don't want to compile your programm, read about Flux. +In case you need just a type checker and don't want to compile your program, read about Flux. - Quick Start - Documentation