diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-03-02 15:33:57 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-03-07 16:59:17 +0100 |
commit | 9b27027619580bffeffa88965007c2c29ac9648c (patch) | |
tree | a4c2cec4baf6d30a0314654150020682c7d05c5e /lib/api/merge_requests.rb | |
parent | 8b2ec23fefb469d4a8f986e140aa13e20d73e210 (diff) | |
download | gitlab-ce-9b27027619580bffeffa88965007c2c29ac9648c.tar.gz |
Add documentation for allowing maintainers to push
Diffstat (limited to 'lib/api/merge_requests.rb')
-rw-r--r-- | lib/api/merge_requests.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/merge_requests.rb b/lib/api/merge_requests.rb index 6949e8fd2c8..3264a26f7d2 100644 --- a/lib/api/merge_requests.rb +++ b/lib/api/merge_requests.rb @@ -144,7 +144,7 @@ module API optional :milestone_id, type: Integer, desc: 'The ID of a milestone to assign the merge request' optional :labels, type: String, desc: 'Comma-separated list of label names' optional :remove_source_branch, type: Boolean, desc: 'Remove source branch when merging' - optional :allow_maintainer_to_push, type: Boolean, desc: 'Wether a maintainer of the target project can push to the source project' + optional :allow_maintainer_to_push, type: Boolean, desc: 'Whether a maintainer of the target project can push to the source project' use :optional_params_ee end |