From 8e0d1f57c6f568a6845aa11a57add84a8f771b68 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 11 Nov 2017 14:27:53 +0000 Subject: [PATCH] Fix a typo --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index 6d2e2c6..c78ba3b 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`