Skip to content

Commit d76f942

Browse files
Update articles/azure-functions/durable/durable-functions-isolated-create-first-csharp.md
Co-authored-by: David Justo <[email protected]>
1 parent a6af0c5 commit d76f942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-isolated-create-first-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
6969

7070
Visual Studio Code installs the Azure Functions Core Tools if needed. It also creates a function app project in a folder. This project contains the [host.json](../functions-host-json.md) and [local.settings.json](../functions-develop-local.md#local-settings-file) configuration files.
7171

72-
There's also a file called *HelloOrchestration.cs*, which contains the basic building blocks of a Durable Functions:
72+
There's also a file called *HelloOrchestration.cs*, which contains the basic building blocks of a Durable Functions app:
7373

7474
| Method | Description |
7575
| ----- | ----------- |

0 commit comments

Comments
 (0)