diff --git a/src/npe2/_command_registry.py b/src/npe2/_command_registry.py index 6dffb292..ba0b3785 100644 --- a/src/npe2/_command_registry.py +++ b/src/npe2/_command_registry.py @@ -42,7 +42,7 @@ class CommandRegistry: """Registry of commands, updated when `PluginManager.activate` run. `PluginManager.activate` is only run on `CommandRegistry.get` (when we get the - callable object for a command). This means that commmands from enabled plugins are + callable object for a command). This means that commands from enabled plugins are not added to `CommandRegistry` until a command from that plugin is executed. """