Skip to content

Commit c235401

Browse files
committed
imnor improvement
1 parent bdc1cba commit c235401

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/docs/workflows/build/sleeping-and-retrying.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ try {
125125
console.log('error was thrown');
126126
}
127127
128-
// the Workflow will not fail and can continue its execution
128+
// the Workflow will not fail and will continue its execution
129129
130-
await step.do(next task, async() => {
130+
await step.do('next-task', async() => {
131131
// more work to be done
132132
});
133+
...
133134
```

0 commit comments

Comments
 (0)