summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Gerakakis <stratosgear@gmail.com>2020-10-10 21:53:32 +0200
committerGitHub <noreply@github.com>2020-10-10 21:53:32 +0200
commit654513fa359cfd70d33fd81f7795778d0d6fe469 (patch)
tree6fd519592f9964c176f2b5da8695ad38ab5c187f
parent52bbce0a938e3769d0814010245687c1473f7e5c (diff)
downloadcmd2-git-654513fa359cfd70d33fd81f7795778d0d6fe469.tar.gz
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.