Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/help-fastapi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Are you liking **FastAPI**?
Do you like **FastAPI**?

Would you like to help FastAPI, other users, and the author?

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/handling-errors.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
There are many situations in where you need to notify an error to the client that is using your API.
There are many situations in where you need to notify an error to a client that is using your API.

This client could be a browser with a frontend, the code from someone else, an IoT device, etc.
This client could be a browser with a frontend, a code from someone else, an IoT device, etc.

You could need to tell that client that:
You could need to tell the client that:

* The client doesn't have enough privileges for that operation.
* The client doesn't have access to that resource.
Expand Down