From: Poupapaa <3238986+poupapaa@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:43:16 +0000 (+0700) Subject: ✏️ Fix typo in `docs/en/docs/tutorial/handling-errors.md` (#10170) X-Git-Tag: 0.103.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3295719814fdfb957c31d0720c578053c230fc;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix typo in `docs/en/docs/tutorial/handling-errors.md` (#10170) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/handling-errors.md b/docs/en/docs/tutorial/handling-errors.md index 8c30326ced..a03029e811 100644 --- a/docs/en/docs/tutorial/handling-errors.md +++ b/docs/en/docs/tutorial/handling-errors.md @@ -1,6 +1,6 @@ # Handling Errors -There are many situations in where you need to notify an error to a client that is using your API. +There are many situations in which you need to notify an error to a client that is using your API. This client could be a browser with a frontend, a code from someone else, an IoT device, etc.