summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-07 18:34:23 +0100
committerw0rp <devw0rp@gmail.com>2016-10-07 18:34:23 +0100
commitee80a0d1473c416884e1d5bfc31e7697b2f59318 (patch)
treeda7d592c94df2113fc1a51e045857a6bcbdcf646 /doc
parentda1dcc6bb54d31fac801b9188ac044f1ac2cc264 (diff)
downloadale-ee80a0d1473c416884e1d5bfc31e7697b2f59318.zip
Fix some typos and remove some trailing whitespace.
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index bb4d648e..415eb161 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -231,7 +231,7 @@ Default: `['%d error(s)', '%d warning(s)', 'OK']`
This variable defines the format of |`ALEGetStatusLine()`| output.
- The 1st element is for errors
- The 2nd element is for warnings
-- The 3rd element is for when no erros are detected
+- The 3rd element is for when no errors are detected
===============================================================================
4. Linter Specific Options *ale-linter-options*