Typo: TypeSript -> TypeScript

This commit is contained in:
Radhika Morabia 2018-06-04 20:22:53 -07:00 committed by GitHub
parent 5addd3abef
commit b3da52d38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.