summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-05-11 11:36:00 -0500
committerRobert Speicher <rspeicher@gmail.com>2018-05-11 11:36:00 -0500
commit3889ca9b95d29017f316d6b3eb1b493b072f38d5 (patch)
treee99b539590031806ec885544550a737b5e602bd1 /doc
parent9532ca43d3acb752d973798c1a0aec83dacc9523 (diff)
downloadgitlab-ce-3889ca9b95d29017f316d6b3eb1b493b072f38d5.tar.gz
Remove an extra backtick from Group Milestones API documentation
Diffstat (limited to 'doc')
-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