Skip to content

Commit

Permalink
✏ Fix minor typo in docs/en/docs/features.md (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
OtherBarry committed Aug 26, 2022
1 parent 6bbfd27 commit 1285ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/features.md
Expand Up @@ -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.

0 comments on commit 1285ba4

Please sign in to comment.