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:
authorMike Lewis <mlewis@gitlab.com>2019-05-01 19:24:57 +0300
committerMike Lewis <mlewis@gitlab.com>2019-05-01 19:24:57 +0300
commit43648e5ed9c23e5e34bd67255aac329b32b3e925 (patch)
tree9a917995d33c5241f1d4c027662ba25b8c50a27d
parent40983f47b0135f583458e56cc7b2d239764bcc4c (diff)
parent75851599d1b7e8f0df7339ab3fcf5cd414deee97 (diff)
Merge branch 'bertrand-lpl-master-patch-56649' into 'master'
Replace misinterpreted `|` caracter in a table See merge request gitlab-org/gitlab-ce!25319
-rw-r--r--doc/api/milestones.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/milestones.md b/doc/api/milestones.md
index 3b76c19dc07..90d8c033cd6 100644
--- a/doc/api/milestones.md
+++ b/doc/api/milestones.md
@@ -92,7 +92,7 @@ Parameters:
- `description` (optional) - The description of a milestone
- `due_date` (optional) - The due date of the milestone
- `start_date` (optional) - The start date of the milestone
-- `state_event` (optional) - The state event of the milestone (close|activate)
+- `state_event` (optional) - The state event of the milestone (close or activate)
## Delete project milestone