Skip to content

Commit

Permalink
✏ Fix typos in docs titles (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Batalex committed Dec 14, 2021
1 parent ead1bdc commit dc3acda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/fastapi/limit-and-offset.md
@@ -1,4 +1,4 @@
# Read Heroes with Limit and Offset wtih FastAPI
# Read Heroes with Limit and Offset with FastAPI

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

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/fastapi/teams.md
@@ -1,4 +1,4 @@
# FastAPI Path Opeartions for Teams - Other Models
# FastAPI Path Operations for Teams - Other Models

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

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/where.md
Expand Up @@ -204,7 +204,7 @@ We care specially about the **select** statement:

</details>

## Filter Rows Using `WHERE` wtih **SQLModel**
## Filter Rows Using `WHERE` with **SQLModel**

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:

Expand Down

0 comments on commit dc3acda

Please sign in to comment.