Skip to content

Commit

Permalink
Update pagination.md (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
syre authored Aug 29, 2024
1 parent b655532 commit f6edd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/response/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Standard **Django Ninja** pagination classes support async. If you wish to handl

### Output attribute

By defult page items are placed to `'items'` attribute. To override this behaviour use `items_attribute`:
By default page items are placed to `'items'` attribute. To override this behaviour use `items_attribute`:

```python hl_lines="4 8"
class CustomPagination(PaginationBase):
Expand Down

0 comments on commit f6edd04

Please sign in to comment.