summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-06-08 17:23:20 +0100
committerGitHub <noreply@github.com>2017-06-08 17:23:20 +0100
commit8ce6d47ef6f2153b702f3f774910ad7747ced185 (patch)
tree83473fd4bd5c7309e85ee1bc8d0c12f3e0fb7dcf
parent04190cbcfe1b1b0681e3c9098b27633c2fc7c870 (diff)
parent14d86f87632096ad71089d6d7920437d75b2c0eb (diff)
downloadale-8ce6d47ef6f2153b702f3f774910ad7747ced185.zip
Merge pull request #639 from marciomazza/patch-1
Fix typo in docs
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index dcba2fec..fbcf490c 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*