Skip to content

Commit 33c6697

Browse files
authored
Update quickstart-js-vscode.md
1 parent f31d8a7 commit 33c6697

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
@@ -279,7 +279,7 @@ Azure Functions Core Tools gives you the capability to run an Azure Functions pr
279279

280280
6. Copy the URL value for `statusQueryGetUri`, paste it in your browser's address bar, and execute the request. Alternatively, you can also continue to use Postman to issue the GET request.
281281

282-
The request queries the orchestration instance for the status. You should see that the instance finished and that it includes the outputs or results of the Durable Functions app , like in this example:
282+
The request queries the orchestration instance for the status. You should see that the instance finished and that it includes the outputs or results of the Durable Functions app, like in this example:
283283

284284
```json
285285
{
@@ -304,7 +304,7 @@ Azure Functions Core Tools gives you the capability to run an Azure Functions pr
304304

305305
6. Copy the URL value for `statusQueryGetUri`, paste it in your browser's address bar, and execute the request. Alternatively, you can also continue to use Postman to issue the GET request.
306306

307-
The request queries the orchestration instance for the status. You should see that the instance finished and that it includes the outputs or results of the Durable Functions app , like in this example:
307+
The request queries the orchestration instance for the status. You should see that the instance finished and that it includes the outputs or results of the Durable Functions app, like in this example:
308308

309309
```json
310310
{

0 commit comments

Comments
 (0)