Merge pull request #158 from mparramont/patch-1

Fix 2 typos on README.md
This commit is contained in:
Radoslav Georgiev 2024-10-11 12:43:03 +03:00 committed by GitHub
commit bc9abb6757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1590,7 +1590,7 @@ If you are looking for a standard way to structure your error responses, **check
DRF has an excellent guide on how exceptions are being handled, so make sure to read it first - <https://www.django-rest-framework.org/api-guide/exceptions/>
Additonally, here's a neat diadgram with an overview of the process:
Additionally, here's a neat diagram with an overview of the process:
![Exception handler (1)](https://user-images.githubusercontent.com/387867/142426205-2c0356e6-ce20-425e-a811-072c3334edb0.png)