From c2b97330859078cb54a9c5bde0a3d0ff3ba47a41 Mon Sep 17 00:00:00 2001 From: Storm Heg Date: Thu, 27 Aug 2020 22:20:28 +0200 Subject: [PATCH] Fix typo in README.md acheive should be achieve. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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