From: David Brakman Date: Wed, 21 Jul 2021 12:37:06 +0000 (-0400) Subject: ✏ Fix typo "might me" -> "might be" in `docs/en/docs/tutorial/schema-extra-example... X-Git-Tag: 0.67.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cb4bdb9848798252f8decd6a1691968c09b15e0;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo "might me" -> "might be" in `docs/en/docs/tutorial/schema-extra-example.md` (#3362) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/schema-extra-example.md b/docs/en/docs/tutorial/schema-extra-example.md index 47ee8503a9..71f9a39180 100644 --- a/docs/en/docs/tutorial/schema-extra-example.md +++ b/docs/en/docs/tutorial/schema-extra-example.md @@ -88,7 +88,7 @@ With `examples` added to `Body()` the `/docs` would look like: !!! warning These are very technical details about the standards **JSON Schema** and **OpenAPI**. - If the ideas above already work for you, that might me enough, and you probably don't need these details, feel free to skip them. + If the ideas above already work for you, that might be enough, and you probably don't need these details, feel free to skip them. When you add an example inside of a Pydantic model, using `schema_extra` or `Field(example="something")` that example is added to the **JSON Schema** for that Pydantic model.