]> git.mxchange.org Git - friendica.git/blobdiff - doc/API-Mastodon.md
Changes after code review
[friendica.git] / doc / API-Mastodon.md
index 12efc2f086aca41751c2e871a63c97d099d8bf06..18a783720fd18cc858c33a7ca5e20217bb305d39 100644 (file)
@@ -68,7 +68,7 @@ Extensions to the [Mastodon Status Entities](https://docs.joinmastodon.org/entit
     * `delivery_queue_done`: Total number of remote servers that have successfully been federated to so far.
     * `delivery_queue_failed`: Total number of remote servers that have we failed to federate to so far.
   * `dislikes_count`: The number of dislikes that a status has accumulated according to the server.
-  * `disliked`: Whethere the user disliked the status.
+  * `disliked`: Whether the API user disliked the status.
 
 Example:
 ```json
@@ -265,7 +265,7 @@ Example:
 
 ## Currently unimplemented endpoints
 
-These emdpoints are planned to be implemented somewhere in the future.
+These endpoints are planned to be implemented somewhere in the future.
 
 - [`POST /api/v1/accounts/:id/remove_from_followers`](https://github.com/mastodon/mastodon/pull/16864)
 - [`GET /api/v1/accounts/familiar_followers`](https://github.com/mastodon/mastodon/pull/17700)