summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-29 22:10:14 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-29 22:10:14 -0500
commit322d46af90f16df3bccddbec98d3586251813609 (patch)
tree3c8feb302794b399e309544adb9f4890a6dc64ee /docs/features
parent074afad50320b984f81420954b4966c5a92a55d8 (diff)
downloadcmd2-git-322d46af90f16df3bccddbec98d3586251813609.tar.gz
Minor grammar fix
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/os.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features/os.rst b/docs/features/os.rst
index d3e9b205..07afc3cd 100644
--- a/docs/features/os.rst
+++ b/docs/features/os.rst
@@ -20,9 +20,9 @@ to type::
(Cmd) !ls -al
-NOTE: That ``cmd2`` provides user-friendly tab-completion throughout the
-process of running a shell command - first for the shell command name itself,
-and then for file paths in the argument section.
+NOTE: ``cmd2`` provides user-friendly tab-completion throughout the process of
+running a shell command - first for the shell command name itself, and then for
+file paths in the argument section.
Editors
-------