From: Chris Allnutt Date: Sun, 17 May 2020 10:37:15 +0000 (-0400) Subject: ✏ Re-word and clarify docs for extra info in body-fields (#1299) X-Git-Tag: 0.55.0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b79e0026352a757b449446027bad16daba1bf77d;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Re-word and clarify docs for extra info in body-fields (#1299) * Fixed Typo in [EN] tutorial: body-fields - remove duplicate of examples text * ✏️ Re-word and clarify extra info docs Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/body-fields.md b/docs/en/docs/tutorial/body-fields.md index 28a81e4132..91e6b1a101 100644 --- a/docs/en/docs/tutorial/body-fields.md +++ b/docs/en/docs/tutorial/body-fields.md @@ -39,7 +39,7 @@ You can then use `Field` with model attributes: You can declare extra information in `Field`, `Query`, `Body`, etc. And it will be included in the generated JSON Schema. -You will learn more about it later to declare examples examples. +You will learn more about adding extra information later in the docs, when learning to declare examples. ## Recap