summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-04-04 15:34:02 +0100
committerGitHub <noreply@github.com>2019-04-04 15:34:02 +0100
commitcdf89f8269aec31d0dfddf3a2769027d72d38155 (patch)
treeeca338df6e2c0269dde92cc0301e02bb5b8dab94
parent435a072181d38ad05d92dfe9dcaa7f14d16de792 (diff)
parent8c31e2f04a3adcd878fc9bf04187f05f34826e67 (diff)
downloadale-cdf89f8269aec31d0dfddf3a2769027d72d38155.zip
Merge pull request #2414 from rpdelaney/severity-sp
Fix missing character in %severity%
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49f30af4..433bba11 100644
--- a/README.md
+++ b/README.md
@@ -503,7 +503,7 @@ There are 3 global options that allow customizing the echoed message.
* `%...code...%` is an optional error code, and most characters can be
written between the `%` characters.
* `%linter%` is the linter name
- * `%severity` is the severity type
+ * `%severity%` is the severity type
- `g:ale_echo_msg_error_str` is the string used for error severity.
- `g:ale_echo_msg_warning_str` is the string used for warning severity.