]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:pencil2: Fix typo (#941)
authorNikita Kolesov <wheelov@gmail.com>
Sun, 16 Feb 2020 19:51:18 +0000 (22:51 +0300)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2020 19:51:18 +0000 (20:51 +0100)
docs/help-fastapi.md
docs/tutorial/handling-errors.md

index bb13d94a3038b7d99c9f210b0d0aa3fd23c4bf27..1370a5770eb9f27dafca85b834222058f0339fa8 100644 (file)
@@ -1,4 +1,4 @@
-Are you liking **FastAPI**?
+Do you like **FastAPI**?
 
 Would you like to help FastAPI, other users, and the author?
 
index a6784e24f9d2bb53b7f88cf5228a2b6156d72c3e..2962c733eec47673e2b26b701128e8ee231d3652 100644 (file)
@@ -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.