docs: fix grammar in first steps tutorial

Fixes a minor grammatical issue in the First Steps documentation.
This commit is contained in:
Sanjana S 2026-01-12 19:08:51 +05:30 committed by GitHub
parent a456e92a21
commit d4e7eec983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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 }