From: Nikita Kolesov Date: Sun, 16 Feb 2020 19:51:18 +0000 (+0300) Subject: :pencil2: Fix typo (#941) X-Git-Tag: 0.49.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8af4454251ceeca540cee67d22fa97b407022b71;p=thirdparty%2Ffastapi%2Ffastapi.git :pencil2: Fix typo (#941) --- diff --git a/docs/help-fastapi.md b/docs/help-fastapi.md index bb13d94a30..1370a5770e 100644 --- a/docs/help-fastapi.md +++ b/docs/help-fastapi.md @@ -1,4 +1,4 @@ -Are you liking **FastAPI**? +Do you like **FastAPI**? Would you like to help FastAPI, other users, and the author? diff --git a/docs/tutorial/handling-errors.md b/docs/tutorial/handling-errors.md index a6784e24f9..2962c733ee 100644 --- a/docs/tutorial/handling-errors.md +++ b/docs/tutorial/handling-errors.md @@ -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.