Skip to content

Commit dc56e5a

Browse files
committed
Merge pull request #2666 from balsdorf/patch-1
Changed incorrect class name in pagination docs
2 parents 3e44f78 + 69b6e26 commit dc56e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This pagination style mirrors the syntax used when looking up multiple database
127127

128128
#### Setup
129129

130-
To enable the `PageNumberPagination` style globally, use the following configuration:
130+
To enable the `LimitOffsetPagination` style globally, use the following configuration:
131131

132132
REST_FRAMEWORK = {
133133
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination'

0 commit comments

Comments
 (0)