Merge branch 'bertrand-lpl-master-patch-56649' into 'master'

Replace misinterpreted `|` caracter in a table

See merge request gitlab-org/gitlab-ce!25319
This commit is contained in:
Mike Lewis 2019-05-01 16:24:57 +00:00
commit 43648e5ed9
1 changed files with 1 additions and 1 deletions

View File

@ -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