Skip to content

Commit 1da0466

Browse files
committed
[doc] fix typo
1 parent 1079fa6 commit 1da0466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/pagination.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ The following attributes/methods can be accessed in the `OffsetPaginated` class:
306306
- `pagination`: The `OffsetPaginationInput` object, with the `offset` and `limit` for pagination
307307
- `get_total_count()`: Returns the total count of elements in the queryset without pagination
308308
- `get_paginated_queryset()`: Returns the queryset with pagination applied
309-
- `resolve_paginated(queryset, *, info, pagiantion, **kwargs)`: The classmethod that
309+
- `resolve_paginated(queryset, *, info, pagination, **kwargs)`: The classmethod that
310310
strawberry-django calls to create an instance of the `OffsetPaginated` class/subclass.
311311

312312
## Cursor pagination (aka Relay style pagination)

0 commit comments

Comments
 (0)