summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-21 17:12:03 +0100
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-21 19:30:45 +0100
commitd28a587e82836d28524339586e1b6c1546a4bff5 (patch)
tree1eb6df95648936d600df45aa84051a33394fc512 /doc/api
parent3b088fc5b53f03605484ebef1945b8839abe19de (diff)
downloadgitlab-ce-d28a587e82836d28524339586e1b6c1546a4bff5.tar.gz
Fix typos and denting
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/issues.md2
-rw-r--r--doc/api/merge_requests.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 013ad9ffaa2..18d64c41986 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -329,7 +329,7 @@ Example response:
## Delete an issue
Only for admins and project owners. Soft deletes the issue in question.
-If the operation is successful, a status code of `200` is returned. Any the case you cannot
+If the operation is successful, a status code `200` is returned. In case you cannot
destroy this issue, or it is not present, code `404` is given.
```
diff --git a/doc/api/merge_requests.md b/doc/api/merge_requests.md
index 88c3d251404..b20a6300b7a 100644
--- a/doc/api/merge_requests.md
+++ b/doc/api/merge_requests.md
@@ -383,10 +383,9 @@ If an error occurs, an error number and a message explaining the reason is retur
## Delete a merge request
Only for admins and project owners. Soft deletes the merge request in question.
-If the operation is successful, a status code of `200` is returned. Any the case you cannot
+If the operation is successful, a status code `200` is returned. In case you cannot
destroy this merge request, or it is not present, code `404` is given.
-
```
DELETE /projects/:id/merge_requests/:merge_request_id
```