From 06374f004aedcd7ecc7a206bd89db5f28bb71de7 Mon Sep 17 00:00:00 2001 From: KingxBanana Date: Wed, 28 Dec 2016 00:12:47 +0100 Subject: [PATCH] Update format-your-message-using-markdown.md - Fixed typo: "test" -> "text" - Changed line 75 a bit - Removed a `"` that was wrongly placed - Changed an if sentence to make it grammatically correct - Fixed line 85 --- .../zerver/help/format-your-message-using-markdown.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zerver/help/format-your-message-using-markdown.md b/templates/zerver/help/format-your-message-using-markdown.md index d48ad9921d..0cb22ab992 100644 --- a/templates/zerver/help/format-your-message-using-markdown.md +++ b/templates/zerver/help/format-your-message-using-markdown.md @@ -12,7 +12,7 @@ The following modal window will appear. ## Emphasis -You can surround your test with a combination of asterisks `*` and tildes `~` to emphasize words or phrases in your messages. +You can surround your text with a combination of asterisks `*` and tildes `~` to emphasize words or phrases in your messages. ### Italics @@ -72,9 +72,9 @@ A complete list of emojis can be found [here](http://www.webpagefx.com/tools/emo ## Mentions -To call the attention of another member, you can alert other users by typing `@**username**"` +To call the attention of another member, you can alert them by typing `@**username**` -If you type `@` and then begin typing their email address or one of their names, and the system will offer you auto-completion suggestions. +If you type `@` and then begin typing the user's email address or the user's name, the system will offer you auto-completion suggestions. ![Mentions](/static/images/help/mention-screenshot.png) @@ -82,7 +82,7 @@ Typing `@**all**` will alert all users in the stream, and a confirmation message ![Mention All](/static/images/help/all-confirm.png) -For more information on mentions, visit [here](/help/at-mention-a-team-member) for more information. +For more information on mentions, visit [here](/help/at-mention-a-team-member). ## Code