We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc2b74 commit 0500604Copy full SHA for 0500604
docs/howto/add_pagination_links.md
@@ -10,9 +10,9 @@ the resource is paginated and if you are using the ```JsonApi``` adapter.
10
If you want pagination links in your response, use [Kaminari](https://github.com/amatsuda/kaminari)
11
or [WillPaginate](https://github.com/mislav/will_paginate).
12
13
-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
14
implement pagination links to `JSON` adapter. For more information about it,
15
-please see in our docs
+please check our docs.
16
17
###### Kaminari examples
18
0 commit comments