Skip to content

Commit 420bc0d

Browse files
authored
Update 13-implement-transitions-in-tsql.md
Fixed typo in line 326
1 parent 2cad9e2 commit 420bc0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/13-implement-transitions-in-tsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ BEGIN TRANSACTION;
323323
COMMIT TRANSACTION;
324324
```
325325

326-
5. Right-click the **(loval)\sqlexpress** connection and create a new query. Then enter the following code:
326+
5. Right-click the **(local)\sqlexpress** connection and create a new query. Then enter the following code:
327327

328328
```
329329
SELECT COUNT(*) FROM SalesLT.Customer

0 commit comments

Comments
 (0)