mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating help text to fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user