Skip to content

Commit 1dc81ac

Browse files
Ramon de Jezuscarltongibson
authored andcommitted
Fixed a typo in pagination docs. (#6475)
1 parent 317174b commit 1dc81ac

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
@@ -311,7 +311,7 @@ The [`drf-proxy-pagination` package][drf-proxy-pagination] includes a `ProxyPagi
311311

312312
## link-header-pagination
313313

314-
The [`django-rest-framework-link-header-pagination` package][drf-link-header-pagination] includes a `LinkHeaderPagination` class which provides pagination via an HTTP `Link` header as desribed in [Github's developer documentation](github-link-pagination).
314+
The [`django-rest-framework-link-header-pagination` package][drf-link-header-pagination] includes a `LinkHeaderPagination` class which provides pagination via an HTTP `Link` header as described in [Github's developer documentation](github-link-pagination).
315315

316316
[cite]: https://docs.djangoproject.com/en/stable/topics/pagination/
317317
[link-header]: ../img/link-header-pagination.png

0 commit comments

Comments
 (0)