Skip to content

Commit c377b7e

Browse files
authored
Correct info on using JSON adapter
I think this needs to be changed (based on info above).
1 parent 87e929a commit c377b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/add_pagination_links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ActiveModelSerializers pagination relies on a paginated collection with the meth
7272

7373
### JSON adapter
7474

75-
If you are using `JSON` adapter, pagination links will not be included automatically, but it is possible to do so using `meta` key.
75+
If you are not using `JSON` adapter, pagination links will not be included automatically, but it is possible to do so using `meta` key.
7676

7777
Add this method to your base API controller.
7878

0 commit comments

Comments
 (0)