Merge pull request #54 from Stormheg/patch-1

Fix typo in README.md
This commit is contained in:
Ventsislav Tashev 2020-08-28 09:56:30 +03:00 committed by GitHub
commit ff7828c3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -708,7 +708,7 @@ In our projects, we format the errors like that:
If we raise a `ValidationError`, then field is optional.
In order to acheive that, we implement a custom exception handler:
In order to achieve that, we implement a custom exception handler:
```python
from rest_framework.views import exception_handler