From: Noushadali <88229902+Noushadaliam@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:48:55 +0000 (+0100) Subject: ✏️ Fix typo in `insert.md` (#1256) X-Git-Tag: 0.0.23~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c889139491a5b647d17eb5855739ccae95aaf4e5;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix typo in `insert.md` (#1256) fix: Typo in insert.md Fixed the typo in 'left of' with 'left off'. --- diff --git a/docs/tutorial/insert.md b/docs/tutorial/insert.md index 272287e6..2110e4c0 100644 --- a/docs/tutorial/insert.md +++ b/docs/tutorial/insert.md @@ -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: