Skip to content

Commit d5d9a20

Browse files
IgnatovFedortiangolo
authored andcommitted
📝 Fix incorrect example in docs - first steps (fastapi#511)
1 parent 96f0921 commit d5d9a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Open your browser at <a href="http://127.0.0.1:8000" target="_blank">http://127.
3737
You will see the JSON response as:
3838

3939
```JSON
40-
{"hello": "world"}
40+
{"message": "Hello World"}
4141
```
4242

4343
### Interactive API docs

0 commit comments

Comments
 (0)