From: Charlie Wilson Date: Fri, 26 Aug 2022 14:20:57 +0000 (+1000) Subject: ✏ Fix minor typo in `docs/en/docs/features.md` (#5206) X-Git-Tag: 0.81.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1285ba4b2e4fbac2a63ea4c4c7b57728836de3c1;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix minor typo in `docs/en/docs/features.md` (#5206) --- diff --git a/docs/en/docs/features.md b/docs/en/docs/features.md index e4672d5329..02bb3ac1f2 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.