]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix a stylistic error in docs (#2206)
authorDavid Dobrinskiy <david.dobrinskiy@gmail.com>
Thu, 5 Nov 2020 22:52:17 +0000 (01:52 +0300)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 22:52:17 +0000 (23:52 +0100)
docs/en/docs/tutorial/schema-extra-example.md

index d1f9bfec44de3d044911df64558a9bcf14df3c9b..11c89c084d4c8cd6f7bcfe380dad5e77a95ee06c 100644 (file)
@@ -25,7 +25,7 @@ In `Field`, `Path`, `Query`, `Body` and others you'll see later, you can also de
 ```
 
 !!! warning
-    Have in mind that those extra arguments passed won't add any validation, only annotation, for documentation purposes.
+    Keep in mind that those extra arguments passed won't add any validation, only annotation, for documentation purposes.
 
 ## `Body` additional arguments