Merge pull request #1628 from rmorabia/patch-1

Readme Typo: TypeSript -> TypeScript
This commit is contained in:
w0rp 2018-06-05 07:12:53 +01:00 committad av GitHub
förälder 5addd3abef b3da52d38d
incheckning 3a6a92283e
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

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