aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/database-access.md
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/tutorial/database-access.md')
-rw-r--r--_content/doc/tutorial/database-access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/database-access.md b/_content/doc/tutorial/database-access.md
index 3718180c..70955ccb 100644
--- a/_content/doc/tutorial/database-access.md
+++ b/_content/doc/tutorial/database-access.md
@@ -159,7 +159,7 @@ but most DBMSes have their own CLI with similar features.
* Create an `album` table with four columns: `title`, `artist`, and `price`.
Each row's `id` value is created automatically by the DBMS.
- * Add three rows with values.
+ * Add four rows with values.
7. From the `mysql` command prompt, run the script you just created.