Skip to content

Commit 0e8f8c4

Browse files
authored
Merge pull request #145 from joshrosenblum/patch-1
Correcting several documentation typos
2 parents 9a7be3f + 5b1a80a commit 0e8f8c4

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)