Skip to content

Commit 55e05f8

Browse files
committed
Fix typo: termimal -> terminal
1 parent 4d64fcd commit 55e05f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/quickstart-mssql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In _local.settings.json_, assign the connection string of the Docker-based SQL s
176176

177177
### Test locally
178178

179-
Open a termimal window in your app's root folder and run `azurite start`. Azurite is the Azure Storage emulator, which is needed for running any Function app.
179+
Open a terminal window in your app's root folder and run `azurite start`. Azurite is the Azure Storage emulator, which is needed for running any Function app.
180180

181181
Open another terminal window in your app's root folder and start the Function app by running `func host start`.
182182

0 commit comments

Comments
 (0)