Skip to content

Commit 223eeac

Browse files
committed
fix typos
1 parent 48013a1 commit 223eeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Type `help` for other internal `cht.sh` commands.
278278
update - self update (only if the scriptfile is writeable)
279279
version - show current cht.sh version
280280
/:help - service help
281-
QUERY - space ceparated query staring (examples are below)
281+
QUERY - space separated query staring (examples are below)
282282
cht.sh> python zip list
283283
cht.sh/python> zip list
284284
cht.sh/go> /python zip list
@@ -495,7 +495,7 @@ In this example, several Vim plugins are used:
495495
* [scrooloose/syntastic](https://github.com/vim-syntastic/syntastic) — Syntax checking plugin
496496
* [cheat.sh-vim](https://github.com/dbeniamine/cheat.sh-vim) — Vim support
497497

498-
Syntastic shows warnings and errors (found by code analysys tools: `jshint`, `merlin`, `pylint`, `shellcheckt etc.),
498+
Syntastic shows warnings and errors (found by code analysis tools: `jshint`, `merlin`, `pylint`, `shellcheckt etc.),
499499
and `cheat.sh-vim` shows you explanations for the errors and warnings
500500
and answers on programming languages queries written in the editor.
501501

0 commit comments

Comments
 (0)