Skip to content

Commit cb6b3dc

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

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
@@ -287,7 +287,7 @@ export class MyWorkflow extends WorkflowEntrypoint {
287287

288288
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

290-
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).
290+
Due to the nature of Workflows' instance lifecycle, and given that a step inside a Promise will run until it finishes, 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

292292
<TypeScriptExample filename="index.ts">
293293
```ts

0 commit comments

Comments
 (0)