From 6692850495c6dbc3a80e12f0606a36d663b6d3fc Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 18 Mar 2021 19:24:57 +0800 Subject: [PATCH] Fix typo in README Co-authored-by: Anatoli Babenia --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14cdd99..7a51594 100644 --- a/README.md +++ b/README.md @@ -536,7 +536,7 @@ In this example, several Vim plugins are used: * [scrooloose/syntastic](https://github.com/vim-syntastic/syntastic) — Syntax checking plugin * [cheat.sh-vim](https://github.com/dbeniamine/cheat.sh-vim) — Vim support -Syntastic shows warnings and errors (found by code analysis tools: `jshint`, `merlin`, `pylint`, `shellcheckt` etc.), +Syntastic shows warnings and errors (found by code analysis tools: `jshint`, `merlin`, `pylint`, `shellcheck` etc.), and `cheat.sh-vim` shows you explanations for the errors and warnings and answers on programming languages queries written in the editor.