summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-10 16:04:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-10 16:32:32 +0300
commitdc37ef6139ba96fe0b90f7c0188161b298269fef (patch)
tree0e95a975d75c5cd46e45a59ed4a10481534407ec
parent3e49123dd5f8cb3c04184ce53e95f598e82a9f88 (diff)
downloadgitlab-ce-dc37ef6139ba96fe0b90f7c0188161b298269fef.tar.gz
Better wording in API readme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--doc/api/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index d47e537debc..9e907689c80 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -355,9 +355,9 @@ follows:
}
```
-## Bad request
+## Unknown route
-When you try to access API URL that does not exist you will receive 404 Not Found.
+When you try to access an API URL that does not exist you will receive 404 Not Found.
```
HTTP/1.1 404 Not Found