From bd68c686528444244aa75af0c0ffc9bea8e80a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Miedes=20Garc=C3=A9s?= Date: Tue, 6 Sep 2016 11:45:18 +0200 Subject: [PATCH] Fix typo --- docs/howto/add_pagination_links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/add_pagination_links.md b/docs/howto/add_pagination_links.md index 05cf972f6..7c486fbd2 100644 --- a/docs/howto/add_pagination_links.md +++ b/docs/howto/add_pagination_links.md @@ -10,9 +10,9 @@ the resource is paginated and if you are using the ```JsonApi``` adapter. If you want pagination links in your response, use [Kaminari](https://github.com/amatsuda/kaminari) or [WillPaginate](https://github.com/mislav/will_paginate). -Although the others adapters does not have this feature, it is possible to +Although the other adapters do not have this feature, it is possible to implement pagination links to `JSON` adapter. For more information about it, -please see in our docs +please check our docs. ###### Kaminari examples