Skip to content

Commit dc3acda

Browse files
authored
✏ Fix typos in docs titles (#28)
1 parent ead1bdc commit dc3acda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorial/fastapi/limit-and-offset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Read Heroes with Limit and Offset wtih FastAPI
1+
# Read Heroes with Limit and Offset with FastAPI
22

33
When a client sends a request to get all the heroes, we have been returning them all.
44

docs/tutorial/fastapi/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastAPI Path Opeartions for Teams - Other Models
1+
# FastAPI Path Operations for Teams - Other Models
22

33
Let's now update the **FastAPI** application to handle data for teams.
44

docs/tutorial/where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ We care specially about the **select** statement:
204204

205205
</details>
206206

207-
## Filter Rows Using `WHERE` wtih **SQLModel**
207+
## Filter Rows Using `WHERE` with **SQLModel**
208208

209209
Now, the same way that we add `WHERE` to a SQL statement to filter rows, we can add a `.where()` to a **SQLModel** `select()` statment to filter rows, which will filter the objects returned:
210210

0 commit comments

Comments
 (0)