We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7be3f + 5b1a80a commit 0e8f8c4Copy full SHA for 0e8f8c4
docs/en/docs/routing.md
@@ -43,7 +43,7 @@ are shown below.
43
44
As an example, the *delete all* route can be disabled by doing the following:
45
```python
46
-router = MemmoryCRUDRouter(schema=MyModel, deleta_all_route=False)
+router = MemoryCRUDRouter(schema=MyModel, delete_all_route=False)
47
```
48
49
!!! tip "Custom Dependencies"
0 commit comments