diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-22 15:56:43 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-22 15:56:43 +0300 |
commit | 2955ca51e306452590131a361f9f0ab293e47114 (patch) | |
tree | 96ba369566e41114bbe21c33730ae4fa20ef8bab /doc | |
parent | c70037752c7d3d7ccf52a19fc8d637ec441bfa25 (diff) | |
download | gitlab-ce-2955ca51e306452590131a361f9f0ab293e47114.tar.gz |
Fix docs not rendering the pipe symbol
Diffstat (limited to 'doc')
-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 91d69d4e77e..11e1574f772 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 | this Friday | December 31st>` | Set due date | +| `/due <in 2 days or this Friday or December 31st>` | Set due date | | `/remove_due_date` | Remove due date | |