summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 20:22:09 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 20:22:09 +0200
commitffcd7940644a3974dd37a3ceaef76d604910289e (patch)
tree4ad888a2eac849abc7fe5c8b3016a29d72d39005 /docs
parentac0959cd90765f6b0d795b50df0ea671334b38ae (diff)
fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/External-Api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/developer/External-Api.md b/docs/developer/External-Api.md
index 85c9f42a7..cb461847f 100644
--- a/docs/developer/External-Api.md
+++ b/docs/developer/External-Api.md
@@ -38,7 +38,7 @@ means that folder objects will be listed inside the **folders** array.
### Error Objects Are Omitted
-This means that the error object will not be explicitely shown in the examples. All HTTP 400 response status codes contain an error object:
+This means that the error object will not be explicitly shown in the examples. All HTTP 400 response status codes contain an error object:
```json
{
@@ -797,7 +797,7 @@ In case of an HTTP 200, the supported API levels are returned as JSON, e.g.:
}
```
-**apiLevels**: An array of arbitrary long strings, strings represent the the supported api leves which directly correspond to the first fragment after the **/api/** Url fragment.
+**apiLevels**: An array of arbitrary long strings, strings represent the the supported api levels which directly correspond to the first fragment after the **/api/** Url fragment.
To find out if a user is running an older News version than **8.8.0**, make a request to the following route: