From: Sanjana S <158697809+SanjanaS10@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:26:10 +0000 (+0530) Subject: 📝 Fix grammar in `docs/en/docs/tutorial/first-steps.md` (#14708) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f3e7a113b7771388aef6d4a4cb863ce3890d9c;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix grammar in `docs/en/docs/tutorial/first-steps.md` (#14708) --- diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index a3263593d..ceae6c475 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -54,7 +54,7 @@ In the output, there's a line with something like: INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` -That line shows the URL where your app is being served, in your local machine. +That line shows the URL where your app is being served on your local machine. ### Check it { #check-it }