Skip to content

Commit f0f3e7a

Browse files
authored
📝 Fix grammar in docs/en/docs/tutorial/first-steps.md (fastapi#14708)
1 parent 8f82c94 commit f0f3e7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/docs/tutorial/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In the output, there's a line with something like:
5454
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
5555
```
5656

57-
That line shows the URL where your app is being served, in your local machine.
57+
That line shows the URL where your app is being served on your local machine.
5858

5959
### Check it { #check-it }
6060

0 commit comments

Comments
 (0)