From 091a08154cf4406df05e4a1163dda9561fd39941 Mon Sep 17 00:00:00 2001 From: NA-V10 Date: Fri, 20 Mar 2026 23:46:27 +0530 Subject: [PATCH] Fix typo and improve explanation in dependency docs --- docs/en/docs/features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/features.md b/docs/en/docs/features.md index eee11cd1ea..1a6f3d4d82 100644 --- a/docs/en/docs/features.md +++ b/docs/en/docs/features.md @@ -8,7 +8,7 @@ * [**OpenAPI**](https://github.com/OAI/OpenAPI-Specification) for API creation, including declarations of path operations, parameters, request bodies, security, etc. * Automatic data model documentation with [**JSON Schema**](https://json-schema.org/) (as OpenAPI itself is based on JSON Schema). -* Designed around these standards, after a meticulous study. Instead of an afterthought layer on top. +* Designed around these standards after a meticulous study, rather than being added as an afterthought layer on top. * This also allows using automatic **client code generation** in many languages. ### Automatic docs { #automatic-docs } @@ -97,7 +97,7 @@ No more typing the wrong key names, coming back and forth between docs, or scrol ### Short { #short } -It has sensible **defaults** for everything, with optional configurations everywhere. All the parameters can be fine-tuned to do what you need and to define the API you need. +It provides sensible **defaults** for everything, with optional configurations available when needed. All the parameters can be fine-tuned to do what you need and to define the API you need. But by default, it all **"just works"**. @@ -147,7 +147,7 @@ FastAPI includes an extremely easy to use, but extremely powerful