Skip to content

Commit 69b6e26

Browse files
author
Bryan Alsdorf
committed
Changed incorrect class name
1 parent 3e44f78 commit 69b6e26

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)