From 223eeac237535b7492bbea784b3c4977c6ec719e Mon Sep 17 00:00:00 2001 From: guilhermo Date: Wed, 19 Sep 2018 07:36:54 -0300 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae1c5bc..40059c7 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Type `help` for other internal `cht.sh` commands. update - self update (only if the scriptfile is writeable) version - show current cht.sh version /:help - service help - QUERY - space ceparated query staring (examples are below) + QUERY - space separated query staring (examples are below) cht.sh> python zip list cht.sh/python> zip list cht.sh/go> /python zip list @@ -495,7 +495,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 analysys tools: `jshint`, `merlin`, `pylint`, `shellcheckt etc.), +Syntastic shows warnings and errors (found by code analysis tools: `jshint`, `merlin`, `pylint`, `shellcheckt etc.), and `cheat.sh-vim` shows you explanations for the errors and warnings and answers on programming languages queries written in the editor.