summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-14 06:49:01 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-14 06:49:01 +0000
commitb5163a79596bd2d3ff727f9246481dca47016470 (patch)
tree7856d44dfd7831ebfe4939c992a9d055497a9142
parent40683268b2b5ad807194387d8345a30195e178c4 (diff)
parent3889ca9b95d29017f316d6b3eb1b493b072f38d5 (diff)
downloadgitlab-ce-b5163a79596bd2d3ff727f9246481dca47016470.tar.gz
Merge branch 'docs/rs-errant-grave' into 'master'
Remove an extra backtick from Group Milestones API documentation See merge request gitlab-org/gitlab-ce!18913
-rw-r--r--doc/api/group_milestones.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/group_milestones.md b/doc/api/group_milestones.md
index 21d3ac73000..152929b7614 100644
--- a/doc/api/group_milestones.md
+++ b/doc/api/group_milestones.md
@@ -22,7 +22,7 @@ Parameters:
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the group](README.md#namespaced-path-encoding) owned by the authenticated user |
| `iids[]` | Array[integer] | optional | Return only the milestones having the given `iid` |
-| `state` | string | optional | Return only `active` or `closed` milestones` |
+| `state` | string | optional | Return only `active` or `closed` milestones |
| `search` | string | optional | Return only milestones with a title or description matching the provided string |
```bash