From f99b2e732ea89cec7783292dac3b4160a4fbe9fb Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Sat, 30 Sep 2017 12:07:58 +0800 Subject: [PATCH] Remove comma --- docs/guides/commands/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.