]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix typo in `docs/en/docs/tutorial/handling-errors.md` (#10170)
authorPoupapaa <3238986+poupapaa@users.noreply.github.com>
Sat, 2 Sep 2023 15:43:16 +0000 (22:43 +0700)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 15:43:16 +0000 (17:43 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/handling-errors.md

index 8c30326cede9225b8fd88d3ff797c08a25c4dd4b..a03029e8113567a7ce8d342468936affd0859a44 100644 (file)
@@ -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.