diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-05-01 16:24:57 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-05-01 16:24:57 +0000 |
commit | 43648e5ed9c23e5e34bd67255aac329b32b3e925 (patch) | |
tree | 9a917995d33c5241f1d4c027662ba25b8c50a27d /doc/api/milestones.md | |
parent | 40983f47b0135f583458e56cc7b2d239764bcc4c (diff) | |
parent | 75851599d1b7e8f0df7339ab3fcf5cd414deee97 (diff) | |
download | gitlab-ce-43648e5ed9c23e5e34bd67255aac329b32b3e925.tar.gz |
Merge branch 'bertrand-lpl-master-patch-56649' into 'master'docs-subscription-changes-and-data
Replace misinterpreted `|` caracter in a table
See merge request gitlab-org/gitlab-ce!25319
Diffstat (limited to 'doc/api/milestones.md')
-rw-r--r-- | doc/api/milestones.md | 2 |
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 |