From 3e77738c938db0f9c2bf24267437c58f3a1283a4 Mon Sep 17 00:00:00 2001 From: rr- Date: Sat, 6 Aug 2016 21:53:02 +0200 Subject: [PATCH] docs/api: fix typos --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index cb827dd..3eb3d96 100644 --- a/API.md +++ b/API.md @@ -131,7 +131,7 @@ fields the server sends to it in order to improve the query speed. This customization is available for top-level fields of most of the [resources](#resources). To choose the fields, the client should pass `?fields=field1,field2,...` suffix to the query. This works regardless of the -requesttype (`GET`, `PUT` etc.). +request type (`GET`, `PUT` etc.). For example, to list posts while getting only their IDs and tags, the client should send a `GET` query like this: @@ -1423,7 +1423,7 @@ A single user. "uploadedPostCount": , "likedPostCount": , "dislikedPostCount": , - "faoritevPostCount": + "favoritePostCount": } ```