summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-10-19 12:39:55 -0400
committerGitHub <noreply@github.com>2020-10-19 12:39:55 -0400
commit66ba6d33fb3d3da11a46cc24cdfeb420b3d3c2cb (patch)
tree216390dd079005dac36e936e0562f006a481e7d1
parent19598b68106333d44a91aa6f62590232dff443ed (diff)
parentd4aa9a41006ae2e26f21cac516ebd9933fc39379 (diff)
downloadcmd2-git-66ba6d33fb3d3da11a46cc24cdfeb420b3d3c2cb.tar.gz
Merge branch 'master' into docstr_fmt
-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.