Skip to content

Commit 410d7af

Browse files
✏ Fix typo in FastAPI tutorial (#192)
1 parent 1b99c31 commit 410d7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/fastapi/simple-hero-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ It will be called when a user sends a request with a `POST` **operation** to the
152152

153153
## The **SQLModel** Advantage
154154

155-
Here's where having our **SQLModel** class models be both **SQLAlchemy** models and **Pydantic** models at the same tieme shine. ✨
155+
Here's where having our **SQLModel** class models be both **SQLAlchemy** models and **Pydantic** models at the same time shine. ✨
156156

157157
Here we use the **same** class model to define the **request body** that will be received by our API.
158158

0 commit comments

Comments
 (0)