From b3da52d38d701a51219c56543d70fb624bb8b04a Mon Sep 17 00:00:00 2001 From: Radhika Morabia Date: Mon, 4 Jun 2018 20:22:53 -0700 Subject: [PATCH] Typo: TypeSript -> TypeScript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eaa2ce..c42e83f 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ See `:help ale-fix` for complete information on how to fix files with ALE. ALE offers some support for completion via hijacking of omnicompletion while you type. All of ALE's completion information must come from Language Server -Protocol linters, or from `tsserver` for TypeSript. +Protocol linters, or from `tsserver` for TypeScript. ```vim " Enable completion where available.