Skip to content

Commit d4aa9a4

Browse files
authored
Merge pull request #1008 from stratosgear/patch-1
Fix typo
2 parents 52bbce0 + 654513f commit d4aa9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/modular_commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ CommandSets and pass in the constructor to Cmd2.
127127
Dynamic Commands
128128
~~~~~~~~~~~~~~~~
129129

130-
You man also dynamically load and unload commands by installing and removing CommandSets at runtime. For example,
130+
You can also dynamically load and unload commands by installing and removing CommandSets at runtime. For example,
131131
if you could support runtime loadable plugins or add/remove commands based on your state.
132132

133133
You may need to disable command auto-loading if you need dynamically load commands at runtime.

0 commit comments

Comments
 (0)