✏ Fix typo in docs/tutorial/fastapi/simple-hero-api.md (#247)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Hao Wang 2022-08-28 04:55:27 +08:00 committed by GitHub
parent a5116a372c
commit 426da7c443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ $ python -m pip install fastapi "uvicorn[standard]"
```
</div>
s
## **SQLModel** Code - Models, Engine
Now let's start with the SQLModel code.