From d4e7eec983f202ae15c7db1b5d6340acb4e8ddd9 Mon Sep 17 00:00:00 2001 From: Sanjana S <158697809+SanjanaS10@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:08:51 +0530 Subject: [PATCH] docs: fix grammar in first steps tutorial Fixes a minor grammatical issue in the First Steps documentation. --- docs/en/docs/tutorial/first-steps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index df8e91ecd4..d94ada5df2 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -54,7 +54,8 @@ 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 }