diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst
index 9f2928a..6a11a85 100644
--- a/docs/scenarios/cli.rst
+++ b/docs/scenarios/cli.rst
@@ -7,7 +7,7 @@ Clint
-----
`clint `_ is a python module which is
-filled with very useful tools for developing commandline applications.
+filled with very useful tools for developing command line applications.
It supports features such as; CLI Colors and Indents, Simple and Powerful
Column Printer, Iterator based progress bar and Implicit argument handling.
@@ -34,7 +34,7 @@ plac is a simple wrapper over the python standard library `argparse