diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-09-21 12:22:53 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-09-21 12:22:53 -0400 |
commit | b45fec9859533f8a1dcab3f5524945cb3b9c11a2 (patch) | |
tree | b2f385058c2758500077543e43f364485ea30354 /docs/features/disable_commands.rst | |
parent | efadff391032482b139524c96dfc4130fc631f9c (diff) | |
download | cmd2-git-b45fec9859533f8a1dcab3f5524945cb3b9c11a2.tar.gz |
Minor spelling and grammar fixes
Diffstat (limited to 'docs/features/disable_commands.rst')
-rw-r--r-- | docs/features/disable_commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/disable_commands.rst b/docs/features/disable_commands.rst index 78d214bb..397fa88d 100644 --- a/docs/features/disable_commands.rst +++ b/docs/features/disable_commands.rst @@ -4,7 +4,7 @@ Disabling Commands ``cmd2`` allows a developer to: - remove commands included in ``cmd2`` -- prevent commands from appearing in the help menu (hiding commands) +- prevent commands from appearing in the help menu (hide commands) - disable and re-enable commands at runtime |