Skip to content

Commit f541322

Browse files
authored
Fix a typo in documentation for CustomizedPage (#1060)
Signed-off-by: Romain Bezut <[email protected]>
1 parent 5d36cf3 commit f541322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials_advanced/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you want to change this behavior, you should use `UseIncludeTotal` customizer
5050
{!../docs_src/tutorials_advanced/customization.py [ln:16-19]!}
5151
```
5252

53-
1. Now when you will paginate using `PageNoToal` class, it will not include total count of items.
53+
1. Now when you will paginate using `PageNoTotal` class, it will not include total count of items.
5454

5555
### Change params default values
5656

@@ -93,4 +93,4 @@ You can use multiple customizers at once, just pass them as to regular `Annotate
9393
{!../docs_src/tutorials_advanced/customization.py [ln:41-47]!}
9494
```
9595

96-
1. Now `CustomPage` will have `CustomPage` name, no total count of items, all params optional.
96+
1. Now `CustomPage` will have `CustomPage` name, no total count of items, all params optional.

0 commit comments

Comments
 (0)