Skip to content

Commit 5b1a80a

Browse files
Correcting several documentation typos
1 parent 9a7be3f commit 5b1a80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/docs/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ are shown below.
4343

4444
As an example, the *delete all* route can be disabled by doing the following:
4545
```python
46-
router = MemmoryCRUDRouter(schema=MyModel, deleta_all_route=False)
46+
router = MemoryCRUDRouter(schema=MyModel, delete_all_route=False)
4747
```
4848

4949
!!! tip "Custom Dependencies"

0 commit comments

Comments
 (0)