From c889139491a5b647d17eb5855739ccae95aaf4e5 Mon Sep 17 00:00:00 2001 From: Noushadali <88229902+Noushadaliam@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:48:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo=20in=20`insert.?= =?UTF-8?q?md`=20(#1256)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: Typo in insert.md Fixed the typo in 'left of' with 'left off'. --- docs/tutorial/insert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/insert.md b/docs/tutorial/insert.md index 272287e624..2110e4c0b2 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: