Skip to content

Commit 27e4f15

Browse files
authored
Update docs/develop/typescript/workflows/child-workflows.mdx
1 parent 757271c commit 27e4f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/typescript/workflows/child-workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When using a Child Workflow API, Child Workflow related Events ([StartChildWorkf
2222

2323
The [ChildWorkflowExecutionStarted](/references/events#childworkflowexecutionstarted) Event must be logged to the Event History before the Parent Workflow completes to ensure the Child Workflow has started.
2424
In TypeScript, awaiting `startChild()` or `executeChild()` internally waits for this Event before returning, so the Child Workflow is guaranteed to have started once the call resolves.
25-
If you start a Child Workflow from a non-main context (for example, a signal or update handler), make sure the Parent Workflow doesn't complete before that call resolves.
25+
If you start a Child Workflow from a non-main context (for example, a Signal or Update handler), make sure the Parent Workflow doesn't complete before that call resolves.
2626

2727
To start a Child Workflow Execution and return a [handle](https://typescript.temporal.io/api/interfaces/workflow.ChildWorkflowHandle/) to it, use [startChild](https://typescript.temporal.io/api/namespaces/workflow/#startchild).
2828

0 commit comments

Comments
 (0)