Skip to content

Commit f9226b9

Browse files
committed
Typo
1 parent 1620e9a commit f9226b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/tutorial-store-data-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Run the following commands on your IoT Edge device. These commands connect to th
288288
2. Open the SQL command tool.
289289

290290
```bash
291-
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '<YOUR-STRONG-PASSWORD>
291+
/opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '<YOUR-STRONG-PASSWORD>'
292292
```
293293

294294
3. Create your database:

0 commit comments

Comments
 (0)