]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo "might me" -> "might be" in `docs/en/docs/tutorial/schema-extra-example...
authorDavid Brakman <dbrakman@users.noreply.github.com>
Wed, 21 Jul 2021 12:37:06 +0000 (08:37 -0400)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 12:37:06 +0000 (12:37 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/docs/tutorial/schema-extra-example.md

index 47ee8503a9d684e4d25ddd95c3af64f3d3e89b5d..71f9a39180d78e0a20d5a2536923a1fc4e2542ef 100644 (file)
@@ -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.