Skip to content

Commit d760366

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7924dc2 commit d760366

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
@@ -97,7 +97,7 @@ To enable the `PageNumberPagination` style globally, use the following configura
9797

9898
On `GenericAPIView` subclasses you may also set the `pagination_class` attribute to select `PageNumberPagination` on a per-view basis.
9999

100-
By default, the query parameter name used for pagination is `page`.
100+
By default, the query parameter name used for pagination is `page`.
101101
This can be customized by subclassing `PageNumberPagination` and overriding the `page_query_param` attribute.
102102

103103
For example:

0 commit comments

Comments
 (0)