Skip to content

Commit

Permalink
Merge pull request #145 from joshrosenblum/patch-1
Browse files Browse the repository at this point in the history
Correcting several documentation typos
  • Loading branch information
awtkns authored Feb 15, 2022
2 parents 9a7be3f + 5b1a80a commit 0e8f8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ are shown below.

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

!!! tip "Custom Dependencies"
Expand Down

1 comment on commit 0e8f8c4

@vercel
Copy link

@vercel vercel bot commented on 0e8f8c4 Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.