mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-12-30 22:20:06 -06:00
✏️ Fix typo in insert.md (#1256)
fix: Typo in insert.md Fixed the typo in 'left of' with 'left off'.
This commit is contained in:
@@ -21,7 +21,7 @@ Here's a reminder of how the table would look like, this is the data we want to
|
||||
|
||||
## Create Table and Database
|
||||
|
||||
We will continue from where we left of in the last chapter.
|
||||
We will continue from where we left off in the last chapter.
|
||||
|
||||
This is the code we had to create the database and table, nothing new here:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user