Skip to content

Commit e325b32

Browse files
authored
Merge pull request #2077 from lvela/patch-1
Correct docs on using `JSON` adapter [ci skip]
2 parents 87e929a + c377b7e commit e325b32

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)