From e81f78b403e39fa6d38b2b53c15a44e9927490e3 Mon Sep 17 00:00:00 2001 From: Matias Formoso Date: Tue, 19 May 2026 14:13:01 -0300 Subject: [PATCH] docs: polish English wording in help-fastapi page --- docs/en/docs/help-fastapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/help-fastapi.md b/docs/en/docs/help-fastapi.md index 92ff0f2e02..c71635380a 100644 --- a/docs/en/docs/help-fastapi.md +++ b/docs/en/docs/help-fastapi.md @@ -36,7 +36,7 @@ You can "watch" FastAPI in GitHub (clicking the "watch" button at the top right) There you can select "Releases only". -By doing it, you will receive notifications (in your email) whenever there's a new release (a new version) of **FastAPI** with bug fixes and new features. +By doing so, you will receive notifications (in your email) whenever there's a new release (a new version) of **FastAPI** with bug fixes and new features. ## Connect with the author { #connect-with-the-author } @@ -224,7 +224,7 @@ The main tasks that you can do right now are: * [Help others with questions in GitHub](#help-others-with-questions-in-github) (see the section above). * [Review Pull Requests](#review-pull-requests) (see the section above). -Those two tasks are what **consume time the most**. That's the main work of maintaining FastAPI. +Those two tasks are what **take up the most time**. That's the main work of maintaining FastAPI. If you can help me with that, **you are helping me maintain FastAPI** and making sure it keeps **advancing faster and better**. 🚀