From 1285ba4b2e4fbac2a63ea4c4c7b57728836de3c1 Mon Sep 17 00:00:00 2001 From: Charlie Wilson Date: Sat, 27 Aug 2022 00:20:57 +1000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20minor=20typo=20in=20`docs/en/?= =?UTF-8?q?docs/features.md`=20(#5206)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/features.md b/docs/en/docs/features.md index e4672d532..02bb3ac1f 100644 --- a/docs/en/docs/features.md +++ b/docs/en/docs/features.md @@ -195,6 +195,6 @@ With **FastAPI** you get all of **Pydantic**'s features (as FastAPI is based on * Use of hierarchical Pydantic models, Python `typing`’s `List` and `Dict`, etc. * And validators allow complex data schemas to be clearly and easily defined, checked and documented as JSON Schema. * You can have deeply **nested JSON** objects and have them all validated and annotated. -* **Extendible**: +* **Extensible**: * Pydantic allows custom data types to be defined or you can extend validation with methods on a model decorated with the validator decorator. * 100% test coverage.