diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 22:10:14 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-29 22:10:14 -0500 |
commit | 322d46af90f16df3bccddbec98d3586251813609 (patch) | |
tree | 3c8feb302794b399e309544adb9f4890a6dc64ee | |
parent | 074afad50320b984f81420954b4966c5a92a55d8 (diff) | |
download | cmd2-git-322d46af90f16df3bccddbec98d3586251813609.tar.gz |
Minor grammar fix
-rw-r--r-- | docs/features/os.rst | 6 |
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 ------- |