From 8c31e2f04a3adcd878fc9bf04187f05f34826e67 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Wed, 3 Apr 2019 18:21:06 -0700 Subject: Fix missing character in %severity% --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3