Skip to content

Commit 0500604

Browse files
amiedesNullVoxPopuli
authored andcommitted
Fix typo (#1916)
1 parent 1dc2b74 commit 0500604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/add_pagination_links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ the resource is paginated and if you are using the ```JsonApi``` adapter.
1010
If you want pagination links in your response, use [Kaminari](https://github.com/amatsuda/kaminari)
1111
or [WillPaginate](https://github.com/mislav/will_paginate).
1212

13-
Although the others adapters does not have this feature, it is possible to
13+
Although the other adapters do not have this feature, it is possible to
1414
implement pagination links to `JSON` adapter. For more information about it,
15-
please see in our docs
15+
please check our docs.
1616

1717
###### Kaminari examples
1818

0 commit comments

Comments
 (0)