Skip to content

Commit a008694

Browse files
committed
remove typo
1 parent a6c17e4 commit a008694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Review the table below for an explanation of each function and it's purpose in t
212212
| Method | Description |
213213
| ----- | ----------- |
214214
| **`hello_orchestrator`** | The orchestrator function, which describes the workflow. In this case, the orchestration starts, invokes three functions in a sequence, and returns the ordered results of all 3 functions in a list. |
215-
| **`hello`** | The activity function, containing the business logic being orchestrator. The function returns a simple greeting to the city passed as an argument. |
215+
| **`hello`** | The activity function, which performs the work being orchestrated. The function returns a simple greeting to the city passed as an argument. |
216216
| **`http_start`** | An [HTTP-triggered function](../functions-bindings-http-webhook.md) that starts an instance of the orchestration and returns a check status response. |
217217

218218
::: zone-end

0 commit comments

Comments
 (0)