From: David Dobrinskiy Date: Thu, 5 Nov 2020 22:52:17 +0000 (+0300) Subject: ✏ Fix a stylistic error in docs (#2206) X-Git-Tag: 0.61.2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b323726d86bf59e74fd971e21a05c2361574226b;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix a stylistic error in docs (#2206) --- diff --git a/docs/en/docs/tutorial/schema-extra-example.md b/docs/en/docs/tutorial/schema-extra-example.md index d1f9bfec44..11c89c084d 100644 --- a/docs/en/docs/tutorial/schema-extra-example.md +++ b/docs/en/docs/tutorial/schema-extra-example.md @@ -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