Skip to content

Commit 40f244a

Browse files
committed
Fix typos
1 parent 7f8faed commit 40f244a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/quickstart-js-vscode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A package.json file is also created in the root folder.
5959

6060
### Enable Azure Functions V2 compatibility mode
6161

62-
Currently, JavaScript Durable Functions require Azure Functions V2 compatability mode to be enabled.
62+
Currently, JavaScript Durable Functions require Azure Functions V2 compatibility mode to be enabled.
6363

6464
1. Open *local.settings.json* to edit the settings used when running the app locally.
6565

@@ -202,7 +202,7 @@ After you've verified that the function runs correctly on your local computer, i
202202

203203
### Enable Azure Functions V2 compatibility mode
204204

205-
The same Azure Functions V2 compatability that you enabled locally needs to be enabled in the app in Azure.
205+
The same Azure Functions V2 compatibility that you enabled locally needs to be enabled in the app in Azure.
206206

207207
1. Using the command palette, search for and select `Azure Functions: Edit Setting...`.
208208

0 commit comments

Comments
 (0)