Skip to content

Commit 3b9440a

Browse files
Update src/content/docs/workflows/build/rules-of-workflows.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 7df552a commit 3b9440a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/rules-of-workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export class MyWorkflow extends WorkflowEntrypoint {
285285

286286
### Take care with `Promise.race()` and `Promise.any()`
287287

288-
Workflows allow the usage steps within the `Promise.race()` or `Promise.any()` methods, as a way to achieve concurrent steps execution. However, some considerations must be taken.
288+
Workflows allows the usage steps within the `Promise.race()` or `Promise.any()` methods as a way to achieve concurrent steps execution. However, some considerations must be taken.
289289

290290
Due to the nature Workflows's instance lifecycle, and given that a step inside a Promise will run until they finished, the step that is returned during the first passage, may not be the actual cached step, as [steps are cached by their names](#name-steps-deterministically).
291291

0 commit comments

Comments
 (0)