From 1da046658f483332d4deb7ce51e0b24011e10136 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Fri, 24 Jan 2025 15:27:26 +0100 Subject: [PATCH] [doc] fix typo --- docs/guide/pagination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/pagination.md b/docs/guide/pagination.md index 89296d84..9a263f5e 100644 --- a/docs/guide/pagination.md +++ b/docs/guide/pagination.md @@ -306,7 +306,7 @@ The following attributes/methods can be accessed in the `OffsetPaginated` class: - `pagination`: The `OffsetPaginationInput` object, with the `offset` and `limit` for pagination - `get_total_count()`: Returns the total count of elements in the queryset without pagination - `get_paginated_queryset()`: Returns the queryset with pagination applied -- `resolve_paginated(queryset, *, info, pagiantion, **kwargs)`: The classmethod that +- `resolve_paginated(queryset, *, info, pagination, **kwargs)`: The classmethod that strawberry-django calls to create an instance of the `OffsetPaginated` class/subclass. ## Cursor pagination (aka Relay style pagination)