summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadhika Morabia <hi@rmorabia.com>2018-06-04 20:22:53 -0700
committerGitHub <noreply@github.com>2018-06-04 20:22:53 -0700
commitb3da52d38d701a51219c56543d70fb624bb8b04a (patch)
tree17f5ddb1015de36be1be563862473dc25581332d
parent5addd3abefdbc828d92386e27dedfa79d39c5d9d (diff)
downloadale-b3da52d38d701a51219c56543d70fb624bb8b04a.zip
Typo: TypeSript -> TypeScript
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9eaa2ce9..c42e83f3 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.