summaryrefslogtreecommitdiffstats
path: root/api/command.go
diff options
context:
space:
mode:
authormishimi <michelle@spinpunch.com>2015-09-02 17:06:22 -0700
committermishimi <michelle@spinpunch.com>2015-09-02 17:06:22 -0700
commit0fc74579943fb229f8939931a11054624c7910c0 (patch)
tree4581abed82ab328bc5d64916014f6c0a25b256bd /api/command.go
parent2c06ec89feb783d10fa10c77ab4b192522e35f3d (diff)
downloadchat-0fc74579943fb229f8939931a11054624c7910c0.tar.gz
chat-0fc74579943fb229f8939931a11054624c7910c0.tar.bz2
chat-0fc74579943fb229f8939931a11054624c7910c0.zip
Updating help text to fix typo
Diffstat (limited to 'api/command.go')
-rw-r--r--api/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command.go b/api/command.go
index 749cbf790..2919e93a0 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