From b323726d86bf59e74fd971e21a05c2361574226b Mon Sep 17 00:00:00 2001 From: David Dobrinskiy Date: Fri, 6 Nov 2020 01:52:17 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20a=20stylistic=20error=20in=20?= =?UTF-8?q?docs=20(#2206)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/schema-extra-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/schema-extra-example.md b/docs/en/docs/tutorial/schema-extra-example.md index d1f9bfec4..11c89c084 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