summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-02-01 16:13:18 +0000
committerRémy Coutable <remy@rymai.me>2019-02-01 16:13:18 +0000
commit6e9a7b81bb77b0dcf5eacb7a4e3be7ec6e0c3865 (patch)
tree57e0f113aa79c692b10f4b292d79e820ac79bb8e
parentdd89d8365d08728883cc1d557b83fd1f1f038615 (diff)
downloadgitlab-ce-6e9a7b81bb77b0dcf5eacb7a4e3be7ec6e0c3865.tar.gz
Apply suggestion to doc/api/merge_requests.md
-rw-r--r--doc/api/merge_requests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index 6a61d7fabe4..b3548391228 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -182,7 +182,7 @@ Parameters:
| `source_branch` | string | no | Return merge requests with the given source branch |
| `target_branch` | string | no | Return merge requests with the given target branch |
| `search` | string | no | Search merge requests against their `title` and `description` |
-| `wip` | string | no | Filter merge requests against their `wip` status. `yes` to return *only* WIP merge requests, `no` to return *non* WIP merge requests
+| `wip` | string | no | Filter merge requests against their `wip` status. `yes` to return *only* WIP merge requests, `no` to return *non* WIP merge requests |
```json
[