From 4cb4bdb9848798252f8decd6a1691968c09b15e0 Mon Sep 17 00:00:00 2001 From: David Brakman Date: Wed, 21 Jul 2021 08:37:06 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20typo=20"might=20me"=20->=20"m?= =?UTF-8?q?ight=20be"=20in=20`docs/en/docs/tutorial/schema-extra-example.m?= =?UTF-8?q?d`=20(#3362)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- 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 47ee8503a..71f9a3918 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.