summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-08-29 10:16:09 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-08-29 11:02:00 +0200
commit700ffcf16cd6816fa0e4c65c0d40136d6f29fd36 (patch)
tree7ab5a0a144e1cf1a25aa66e9e103d26488eaed98
parente8b66d4bc70f33139f51a1154b2c2090cc6a814b (diff)
downloadgitlab-ce-doc/fix-due-date-in-slash-commands.tar.gz
Add angle brackets around due date in slash cmds docsdoc/fix-due-date-in-slash-commands
-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 cfdf04a32a3..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 |
-| <code>/due in 2 days &#124; this Friday &#124; December 31st</code> | 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 |