summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-10-17 13:05:41 -0400
committerGitHub <noreply@github.com>2020-10-17 13:05:41 -0400
commitd4aa9a41006ae2e26f21cac516ebd9933fc39379 (patch)
tree6fd519592f9964c176f2b5da8695ad38ab5c187f
parent52bbce0a938e3769d0814010245687c1473f7e5c (diff)
parent654513fa359cfd70d33fd81f7795778d0d6fe469 (diff)
downloadcmd2-git-d4aa9a41006ae2e26f21cac516ebd9933fc39379.tar.gz
Merge pull request #1008 from stratosgear/patch-1
Fix typo
-rw-r--r--docs/features/modular_commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/modular_commands.rst b/docs/features/modular_commands.rst
index 6159bc41..790b933e 100644
--- a/docs/features/modular_commands.rst
+++ b/docs/features/modular_commands.rst
@@ -127,7 +127,7 @@ CommandSets and pass in the constructor to Cmd2.
Dynamic Commands
~~~~~~~~~~~~~~~~
-You man also dynamically load and unload commands by installing and removing CommandSets at runtime. For example,
+You can also dynamically load and unload commands by installing and removing CommandSets at runtime. For example,
if you could support runtime loadable plugins or add/remove commands based on your state.
You may need to disable command auto-loading if you need dynamically load commands at runtime.