From 0fc74579943fb229f8939931a11054624c7910c0 Mon Sep 17 00:00:00 2001 From: mishimi Date: Wed, 2 Sep 2015 17:06:22 -0700 Subject: [PATCH] Updating help text to fix typo --- api/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/command.go b/api/command.go index 749cbf7908..2919e93a0a 100644 --- a/api/command.go +++ b/api/command.go @@ -154,7 +154,7 @@ func echoCommand(c *Context, command *model.Command) bool { return true } else if strings.Index(cmd, command.Command) == 0 { - command.AddSuggestion(&model.SuggestCommand{Suggestion: cmd, Description: "Echo back text from your account, /echo \"message\" [delay in seoncds]"}) + command.AddSuggestion(&model.SuggestCommand{Suggestion: cmd, Description: "Echo back text from your account, /echo \"message\" [delay in seconds]"}) } return false