✏️ Fix typo in `docs/en/docs/tutorial/handling-errors.md` (#10170)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Poupapaa 2023-09-02 22:43:16 +07:00 committed by GitHub
parent b2562c5c73
commit 2e32957198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.