about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 10:25:05 +0200
committerGitHub <noreply@github.com>2017-04-05 10:25:05 +0200
commit3504da5cac467e367e39e2310aaa5dba6b643f45 (patch)
tree492b051644ffd3682bdee1beb2458202070f1956
parent8814f90eb509354edef97ffd92865a4a58ffa029 (diff)
Fix API method URL typo
-rw-r--r--docs/Using-the-API/API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md
index bc5ca3de4..e09d8ac9c 100644
--- a/docs/Using-the-API/API.md
+++ b/docs/Using-the-API/API.md
@@ -310,7 +310,7 @@ Returns a [Status](#status).
 
 #### Getting status context:
 
-    GET /api/v1/statuses/:id/contexts
+    GET /api/v1/statuses/:id/context
 
 Returns a [Context](#context).