From dbbe63ba5165932c46eeac5e3f83abc9421ea468 Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Wed, 25 Mar 2026 22:36:15 +0100 Subject: [PATCH] docs: fix grammar in editor support section --- 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 eee11cd1ea..74283b20a9 100644 --- a/docs/en/docs/features.md +++ b/docs/en/docs/features.md @@ -77,7 +77,7 @@ All the framework was designed to be easy and intuitive to use, all the decision 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). -The whole **FastAPI** framework is based to satisfy that. Autocompletion works everywhere. +The whole **FastAPI** framework is designed to satisfy that. Autocompletion works everywhere. You will rarely need to come back to the docs.