summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-29 11:08:09 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-08-29 11:08:09 +0000
commit64366209ffe23aff467f707e85a10f8a5b4a39cd (patch)
treeb570f36aa92a7e6d05facf33cc39eca5c3cf438d
parent2db570e92cdff257fc45cfac7e453a4ddb1bfa81 (diff)
parent700ffcf16cd6816fa0e4c65c0d40136d6f29fd36 (diff)
downloadgitlab-ce-64366209ffe23aff467f707e85a10f8a5b4a39cd.tar.gz
Merge branch 'doc/fix-due-date-in-slash-commands' into 'master'
Fix due date example in slash commands documentation ## What does this MR do? Fixes due data example in documentation for slash commands. ## Screenshots Before: ![due_date_slash_commands_before](/uploads/63484bfcad6605e7caf2a98f39ae65d0/due_date_slash_commands_before.png) After: ![slash_commands_brackets](/uploads/5a75563eb797b4d694c6e4eca946e17a/slash_commands_brackets.png) See merge request !5931
-rw-r--r--doc/user/project/slash_commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md
index 11e1574f772..1792a0c501d 100644
--- a/doc/user/project/slash_commands.md
+++ b/doc/user/project/slash_commands.md
@@ -26,5 +26,5 @@ do.
| `/done` | Mark todo as done |
| `/subscribe` | Subscribe |
| `/unsubscribe` | Unsubscribe |
-| `/due <in 2 days or this Friday or December 31st>` | Set due date |
+| <code>/due &lt;in 2 days &#124; this Friday &#124; December 31st&gt;</code> | Set due date |
| `/remove_due_date` | Remove due date |