diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-22 09:59:15 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-08-29 10:12:50 +0200 |
commit | e8b66d4bc70f33139f51a1154b2c2090cc6a814b (patch) | |
tree | b0835f3b13b6706dbad7da8c4a959a307269f2ad /doc/user/project/slash_commands.md | |
parent | 68b3c8c2973a8fe1ee3f51091394acef2a25789d (diff) | |
download | gitlab-ce-e8b66d4bc70f33139f51a1154b2c2090cc6a814b.tar.gz |
Fix due date example in slash commands documentation
Diffstat (limited to 'doc/user/project/slash_commands.md')
-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..cfdf04a32a3 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 | |