Browse Source

✏️ Fix typo in [en] tutorial: exception handeling (#1326)

* Fix typo

* ✏️ Fix typo

Co-authored-by: Sebastián Ramírez <[email protected]>
pull/1425/head
Chen Rotem Levy 5 years ago
committed by GitHub
parent
commit
08e8dfccbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/handling-errors.md

2
docs/en/docs/tutorial/handling-errors.md

@ -115,7 +115,7 @@ So, you will receive a clean error, with an HTTP status code of `418` and a JSON
**FastAPI** has some default exception handlers.
These handlers are in charge or returning the default JSON responses when you `raise` an `HTTPException` and when the request has invalid data.
These handlers are in charge of returning the default JSON responses when you `raise` an `HTTPException` and when the request has invalid data.
You can override these exception handlers with your own.

Loading…
Cancel
Save