diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-29 11:08:09 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-29 11:08:09 +0000 |
commit | 64366209ffe23aff467f707e85a10f8a5b4a39cd (patch) | |
tree | b570f36aa92a7e6d05facf33cc39eca5c3cf438d | |
parent | 2db570e92cdff257fc45cfac7e453a4ddb1bfa81 (diff) | |
parent | 700ffcf16cd6816fa0e4c65c0d40136d6f29fd36 (diff) | |
download | gitlab-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.md | 2 |
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 <in 2 days | this Friday | December 31st></code> | Set due date | | `/remove_due_date` | Remove due date | |