✏ Fix typos in docs/tutorial/automatic-id-none-refresh.md, docs/tutorial/fastapi/update.md, docs/tutorial/select.md (#185)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Gal Bracha
2022-08-27 23:53:34 +03:00
committed by GitHub
parent 34e125357f
commit 015f7acbc5
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ You can try that out in **DB Browser for SQLite**:
### A SQL Shortcut
If we want to get all the columns like in this case above, in SQL there's a shortcut, instead of specifying each of the column names wew could write a `*`:
If we want to get all the columns like in this case above, in SQL there's a shortcut, instead of specifying each of the column names we could write a `*`:
```SQL
SELECT *