From f897798eadc967a15ffd6cd6540461f23c1f00d4 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Wed, 27 Sep 2017 05:13:11 +0800 Subject: [PATCH] Fix [Command Service] xref --- 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 23caeeeb7..0019220ce 100644 --- a/docs/guides/commands/commands.md +++ b/docs/guides/commands/commands.md @@ -9,7 +9,7 @@ command parser. ## Setup -To use Commands, you must create a [Commands Service] and a Command +To use Commands, you must create a [Command Service] and a Command Handler. Included below is a very barebone Command Handler. You can extend your