Skip to content

Commit acf75c1

Browse files
authored
Fix typo (#34)
1 parent 23d4c35 commit acf75c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/05-modify-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You use the **INSERT** statement to insert data into a table.
118118
```
119119
120120
26. Run the code and review the results, which should affect 1 row.
121-
27. Switch to the **SQLQuery_...** pane containing the **SELECT** query and run it to validate that a new row has been inserted with the especific **CallID** value you specified in the **INSERT** statement (9).
121+
27. Switch to the **SQLQuery_...** pane containing the **SELECT** query and run it to validate that a new row has been inserted with the specific **CallID** value you specified in the **INSERT** statement (9).
122122
123123
## Update data
124124

0 commit comments

Comments
 (0)