Skip to content

Commit fb528b9

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

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
@@ -330,7 +330,7 @@ export class MyWorkflow extends WorkflowEntrypoint {
330330
```
331331
</TypeScriptExample>
332332

333-
To ensure consistency we suggest to surround the `Promise.race()` or `Promise.any()` within a `step.do()`, as this will ensure caching consistency across multiple passages.
333+
To ensure consistency, we suggest to surround the `Promise.race()` or `Promise.any()` within a `step.do()`, as this will ensure caching consistency across multiple passages.
334334

335335
<TypeScriptExample filename="index.ts">
336336
```ts

0 commit comments

Comments
 (0)