From 3dcfbc7d87b3fc643478b93a5e4bc27a1f6fc3ce Mon Sep 17 00:00:00 2001 From: sangsaist Date: Tue, 17 Mar 2026 19:05:37 +0530 Subject: [PATCH 1/2] Improve grammar and clarity in features documentation --- docs/en/docs/features.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/features.md b/docs/en/docs/features.md index eee11cd1ea..9eff7ca553 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. +* It is designed around these standards after a meticulous study, rather than being an afterthought layer on top. * This also allows using automatic **client code generation** in many languages. ### Automatic docs { #automatic-docs } @@ -73,7 +73,7 @@ Pass the keys and values of the `second_user_data` dict directly as key-value ar ### Editor support { #editor-support } -All the framework was designed to be easy and intuitive to use, all the decisions were tested on multiple editors even before starting development, to ensure the best development experience. +The entire framework was designed to be easy and intuitive to use; all decisions were tested on multiple editors even before starting development to ensure the best experience. In the Python developer surveys, it's clear [that one of the most used features is "autocompletion"](https://www.jetbrains.com/research/python-developers-survey-2017/#tools-and-features). @@ -147,7 +147,7 @@ FastAPI includes an extremely easy to use, but extremely powerful