diff --git a/docs/guides/commands/commands.md b/docs/guides/commands/commands.md index 28b945704..86aec8017 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -157,7 +157,7 @@ install them. #### Loading Modules Manually -To manually load a module, invoke [CommandService.AddModuleAsync], by +To manually load a module, invoke [CommandService.AddModuleAsync] by passing in the generic type of your module and optionally, a dependency map.