We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b99c31 commit 410d7afCopy full SHA for 410d7af
docs/tutorial/fastapi/simple-hero-api.md
@@ -152,7 +152,7 @@ It will be called when a user sends a request with a `POST` **operation** to the
152
153
## The **SQLModel** Advantage
154
155
-Here's where having our **SQLModel** class models be both **SQLAlchemy** models and **Pydantic** models at the same tieme shine. ✨
+Here's where having our **SQLModel** class models be both **SQLAlchemy** models and **Pydantic** models at the same time shine. ✨
156
157
Here we use the **same** class model to define the **request body** that will be received by our API.
158
0 commit comments