diff options
-rw-r--r-- | docs/features/modular_commands.rst | 2 |
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. |