Skip to content

Commit d5b6371

Browse files
Update src/content/docs/workflows/build/sleeping-and-retrying.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent 9a868de commit d5b6371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ let someState = step.do("call an API", {
8787
}, async () => { /* Step code goes here /* }
8888
```
8989
90-
## Force a Workflow Instance to fail
90+
## Force a Workflow instance to fail
9191
9292
You can also force a Workflow instance to fail and _not_ retry by throwing a `NonRetryableError` from within the step.
9393

0 commit comments

Comments
 (0)