summaryrefslogtreecommitdiff
path: root/doc/api/issues.md
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/issues.md
parent3b088fc5b53f03605484ebef1945b8839abe19de (diff)
downloadgitlab-ce-d28a587e82836d28524339586e1b6c1546a4bff5.tar.gz
Fix typos and denting
Diffstat (limited to 'doc/api/issues.md')
-rw-r--r--doc/api/issues.md2
1 files changed, 1 insertions, 1 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.
```