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 1/2] 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 } From 7d844327f8e2048dbfb418dc15ff1f4d323782a9 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 12 Jan 2026 18:11:41 +0100 Subject: [PATCH 2/2] Remove added white line --- docs/en/docs/tutorial/first-steps.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index d94ada5df2..3544988d4a 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -56,7 +56,6 @@ 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 on your local machine. - ### Check it { #check-it } Open your browser at http://127.0.0.1:8000.