about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorOrnithologist Coder <ornithocoder@users.noreply.github.com>2017-04-09 18:36:03 +0200
committerEugen <eugen@zeonfederated.com>2017-04-09 18:36:03 +0200
commitb16fbd52b2c5471d401dbfe397a3e7dbaaa21225 (patch)
tree194c51d3007f5c87bb682c95138fbb20a3081103 /docs
parent3b34c28bee1989be0b6d42a11a855275be43a3e5 (diff)
Minor API.md changes (#1351)
Diffstat (limited to 'docs')
-rw-r--r--docs/Using-the-API/API.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Using-the-API/API.md b/docs/Using-the-API/API.md
index 3ffb13536..7c22b9c12 100644
--- a/docs/Using-the-API/API.md
+++ b/docs/Using-the-API/API.md
@@ -30,7 +30,7 @@ API overview
   - [Instance](#instance)
   - [Mention](#mention)
   - [Notification](#notification)
-  - [Relationships](#relationships)
+  - [Relationships](#relationship)
   - [Results](#results)
   - [Status](#status)
   - [Tag](#tag)
@@ -467,7 +467,7 @@ ___
 | `acct`                   | Equals `username` for local users, includes `@domain` for remote ones |
 | `id`                     | Account ID |
 
-### Notifications
+### Notification
 
 | Attribute                | Description |
 | ------------------------ | ----------- |
@@ -475,9 +475,9 @@ ___
 | `type`                   | One of: "mention", "reblog", "favourite", "follow" |
 | `created_at`             | The time the notification was created |
 | `account`                | The [Account](#account) sending the notification to the user |
-| `status`                 | The [Status](#status) associated with the notification, if applicible |
+| `status`                 | The [Status](#status) associated with the notification, if applicable |
 
-### Relationships
+### Relationship
 
 | Attribute                | Description |
 | ------------------------ | ----------- |