diff options
author | w0rp <devw0rp@gmail.com> | 2017-02-16 21:00:39 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-02-16 21:00:39 +0000 |
commit | 434ff01f59835c06a799585a4dbbbb3711d95b64 (patch) | |
tree | 3627949b5e82ea4be3c37ab9fbaabccd530f905a | |
parent | 8c3c84c45e1f1405842dce67694bf61ff1a556b3 (diff) | |
download | ale-434ff01f59835c06a799585a4dbbbb3711d95b64.zip |
Add a missing question mark
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ In other words, this plugin allows you to lint while you type. 8. [How can I run linters only when I save files?](#faq-lint-on-save) 9. [How can I use the quickfix list instead of the loclist?](#faq-quickfix) 10. [How can I check JSX files with both stylelint and eslint?](#faq-jsx-stylelint-eslint) - 11. [Will this plugin eat all of my laptop battery power](#faq-my-battery-is-sad) + 11. [Will this plugin eat all of my laptop battery power?](#faq-my-battery-is-sad) <a name="supported-languages"></a> |