]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Fix grammar in `docs/en/docs/tutorial/first-steps.md` (#14708)
authorSanjana S <158697809+SanjanaS10@users.noreply.github.com>
Tue, 10 Feb 2026 12:26:10 +0000 (17:56 +0530)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 12:26:10 +0000 (13:26 +0100)
docs/en/docs/tutorial/first-steps.md

index a3263593dd1f4585a73576b6ee0251678a40029a..ceae6c475e974103c43ab01aa976dbbfb6dd7763 100644 (file)
@@ -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 }