diff options
author | w0rp <devw0rp@gmail.com> | 2023-03-07 03:54:48 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2023-03-07 03:54:48 +0000 |
commit | 16f5a1915b88ea50d809fc9d722f5b2b553f55b0 (patch) | |
tree | 177ca453eb7bd8f21731f108580dd70322034778 | |
parent | aca71daa2ee8232d8d666d1ae389465dac104084 (diff) | |
download | ale-16f5a1915b88ea50d809fc9d722f5b2b553f55b0.zip |
Fix a typo in the README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ This plugin will look for linters in the [`ale_linters`](ale_linters) directory. Each directory within corresponds to a particular filetype in Vim, and each file in each directory corresponds to the name of a particular linter. -### How do I disable are particular warning or error? +### How do I disable a particular warning or error? Warnings and errors should be configured in project configuration files for the relevant tools. ALE supports disabling only warnings relating to trailing |