Skip to content

Commit 91d3f3f

Browse files
author
Eric Sethna
authored
Merge pull request mattermost#715 from kaakaa/patch-1
fix typo
2 parents 9d370d6 + 11069ae commit 91d3f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developer/slash-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Additional Notes:
107107
108108
1. As mentioned previously, [markdown](http://docs.mattermost.com/help/messaging/formatting-text.html) can be used to create richly formatted responses, for example: ```{"text": "# A Header\nThe _text_ below **the** header."}``` creates a messages with a header, a carriage return, italicized text for "text" and bold text for "the"
109109
110-
2. Including `@username` will trigger a mention notification for the person with the specified username, and channels can be mentioned by including `@channel` or `<!channel>`. For example: ```{"text": "<!channel> this is a notification""}``` would create a message that mentions `@channel`
110+
2. Including `@username` will trigger a mention notification for the person with the specified username, and channels can be mentioned by including `@channel` or `<!channel>`. For example: ```{"text": "<!channel> this is a notification"}``` would create a message that mentions `@channel`
111111
112112
3. Just like regular posts, the text in a response will be limited to 4000 characters at maximum
113113

0 commit comments

Comments
 (0)