mirror of https://github.com/tiangolo/fastapi.git
✏️ 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:
parent
b2562c5c73
commit
2e32957198
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue