diff --git a/README.md b/README.md index fb9c16b..a9019eb 100644 --- a/README.md +++ b/README.md @@ -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