Skip to content

Commit 9f23724

Browse files
authored
edit
1 parent 92d9fb4 commit 9f23724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-sub-orchestrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An orchestrator function can call another orchestrator function by calling the [
2121
Sub-orchestrator functions behave just like activity functions from the caller's perspective. They can return a value, throw an exception, and can be awaited by the parent orchestrator function.
2222

2323
> [!NOTE]
24-
> At the moment, it is necessary to provide an instanceId argument value to the subOrchestration API in JavaScript.
24+
> Currently, it's necessary to provide an `instanceId` argument value to the subOrchestration API in JavaScript.
2525
2626
## Example
2727

0 commit comments

Comments
 (0)