about summary refs log tree commit diff
path: root/docs/Using-the-API
diff options
context:
space:
mode:
authorKibigo! <marrus-sh@users.noreply.github.com>2017-04-02 21:17:07 -0700
committerKibigo! <marrus-sh@users.noreply.github.com>2017-04-02 21:17:07 -0700
commit5d2f1d600da021c671c1823b5b3957d970e65329 (patch)
treefeb068a83f30424c2366d08a9e5a748b6a94dcb5 /docs/Using-the-API
parent5d65aa3bf9c0edd3491e88b671ab99e15ecbf6c9 (diff)
Typofixes
Diffstat (limited to 'docs/Using-the-API')
-rw-r--r--docs/Using-the-API/API.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md
index f98beaaca..d498c0438 100644
--- a/docs/Using-the-API/API.md
+++ b/docs/Using-the-API/API.md
@@ -112,21 +112,21 @@ Returns an array of [Statuses](#status).
     GET /api/v1/accounts/:id/follow
     GET /api/v1/accounts/:id/unfollow
 
-Returns the target [Account](#account].
+Returns the target [Account](#account).
 
 #### Blocking/unblocking an account:
 
     GET /api/v1/accounts/:id/block
     GET /api/v1/accounts/:id/unblock
 
-Returns the target [Account](#account].
+Returns the target [Account](#account).
 
 #### Muting/unmuting an account:
 
     GET /api/v1/accounts/:id/mute
     GET /api/v1/accounts/:id/unmute
 
-Returns the target [Account](#account].
+Returns the target [Account](#account).
 
 #### Getting an account's relationships:
 
@@ -314,7 +314,7 @@ Returns a [Status](#status).
 
 Returns a [Context](#context).
 
-#### Getting a status card:
+#### Getting a card associated with a status:
 
     GET /api/v1/statuses/:id/card
 
@@ -419,7 +419,7 @@ ___
 
 | Attribute                | Description |
 | ------------------------ | ----------- |
-| `url`                    | The url of the associated status |
+| `url`                    | The url associated with the card |
 | `title`                  | The title of the card |
 | `description`            | The card description |
 | `image`                  | The image associated with the card, if any |