From 654513fa359cfd70d33fd81f7795778d0d6fe469 Mon Sep 17 00:00:00 2001 From: Stratos Gerakakis Date: Sat, 10 Oct 2020 21:53:32 +0200 Subject: typo --- docs/features/modular_commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1