Skip to content

Commit

Permalink
Fix typo (rails-api#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
amiedes authored and NullVoxPopuli committed Sep 6, 2016
1 parent 1dc2b74 commit 0500604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/add_pagination_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0500604

Please sign in to comment.