diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-11 14:27:53 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-11 14:27:53 +0000 |
commit | 9e7c493e7e6a5b7d22502aebda399e93d40a7974 (patch) | |
tree | a69921575857e65431ecd37d515849cd94e2a251 /doc | |
parent | bac02c9d81356f1cc1f38b598c30c9b46fe21b7b (diff) | |
download | ale-9e7c493e7e6a5b7d22502aebda399e93d40a7974.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 4ad88914..54f1b223 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -882,7 +882,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` |