Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 15:56:43 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 15:56:43 +0300
commit2955ca51e306452590131a361f9f0ab293e47114 (patch)
tree96ba369566e41114bbe21c33730ae4fa20ef8bab /doc/user/project/slash_commands.md
parentc70037752c7d3d7ccf52a19fc8d637ec441bfa25 (diff)
Fix docs not rendering the pipe symbol
Diffstat (limited to 'doc/user/project/slash_commands.md')
-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 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 |