diff options
author | Radhika Morabia <hi@rmorabia.com> | 2018-06-04 20:22:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 20:22:53 -0700 |
commit | b3da52d38d701a51219c56543d70fb624bb8b04a (patch) | |
tree | 17f5ddb1015de36be1be563862473dc25581332d | |
parent | 5addd3abefdbc828d92386e27dedfa79d39c5d9d (diff) | |
download | ale-b3da52d38d701a51219c56543d70fb624bb8b04a.zip |
Typo: TypeSript -> TypeScript
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |