]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix typo in `insert.md` (#1256)
authorNoushadali <88229902+Noushadaliam@users.noreply.github.com>
Thu, 26 Dec 2024 15:48:55 +0000 (16:48 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 15:48:55 +0000 (16:48 +0100)
fix: Typo in insert.md

Fixed the typo in  'left of' with 'left off'.

docs/tutorial/insert.md

index 272287e624cf2390c3a2b96053185b8810ab4a47..2110e4c0b2b17cb62ed12eb9c0b43f72a69de318 100644 (file)
@@ -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: