summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-06-05 07:12:53 +0100
committerGitHub <noreply@github.com>2018-06-05 07:12:53 +0100
commit3a6a92283e8eaf76f54292b347dcc6db32c23165 (patch)
tree17f5ddb1015de36be1be563862473dc25581332d
parent5addd3abefdbc828d92386e27dedfa79d39c5d9d (diff)
parentb3da52d38d701a51219c56543d70fb624bb8b04a (diff)
downloadale-3a6a92283e8eaf76f54292b347dcc6db32c23165.zip
Merge pull request #1628 from rmorabia/patch-1
Readme 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.