From 14d86f87632096ad71089d6d7920437d75b2c0eb Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Thu, 8 Jun 2017 17:43:28 +0200 Subject: [PATCH] Fix typo --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index dcba2fe..fbcf490 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -320,7 +320,7 @@ g:ale_fix_on_save *g:ale_fix_on_save* If |g:ale_lint_on_save| is set to 1, files will be checked with linters after files are fixed, only when the buffer is open, or re-opened. Changes - to the file will saved to the file on disk. + to the file will be saved to the file on disk. g:ale_history_enabled *g:ale_history_enabled*