mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Fix typo (#1916)
This commit is contained in:
parent
1dc2b74059
commit
050060478d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user