From 1d881df2498c90a32dbc90a5feae274b95a42d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Parram=C3=B3n=20Teixid=C3=B3?= Date: Fri, 11 Oct 2024 17:26:19 +0800 Subject: [PATCH] Fix 2 typos on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7cc59..6b772db 100644 --- a/README.md +++ b/README.md @@ -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 - -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)