Browse Source

Remove comma

pull/826/head
Hsu Still 8 years ago
parent
commit
f99b2e732e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/commands/commands.md

+ 1
- 1
docs/guides/commands/commands.md View File

@@ -157,7 +157,7 @@ install them.


#### Loading Modules Manually #### 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 passing in the generic type of your module and optionally, a
dependency map. dependency map.




Loading…
Cancel
Save