Browse Source

📝 Fix grammar in `docs/en/docs/tutorial/first-steps.md` (#14708)

pull/14886/head
Sanjana S 4 months ago
committed by GitHub
parent
commit
f0f3e7a113
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/first-steps.md

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

Loading…
Cancel
Save