diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-11 14:27:53 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-12 10:56:53 +0000 |
commit | 8e0d1f57c6f568a6845aa11a57add84a8f771b68 (patch) | |
tree | f2dd329a9e667545b5a337a4c555b5bc57032e51 /doc | |
parent | 555743a2baf7ca9cb00ccef91979c2e422cac49f (diff) | |
download | ale-8e0d1f57c6f568a6845aa11a57add84a8f771b68.zip |
Fix a typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 6d2e2c6d..c78ba3b7 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -884,7 +884,7 @@ g:ale_linter_aliases *g:ale_linter_aliases* `let g:ale_linter_aliases = {'html': ['html', 'javascript', 'css']}` Note that `html` itself was included as an alias. That is because aliases - will override the original linters for the aliased filetepe. + will override the original linters for the aliased filetype. Linter aliases can be configured in each buffer with buffer-local variables. ALE will first look for aliases for filetypes in the `b:ale_linter_aliases` |