Skip to content

Commit 84955ba

Browse files
[Workflows] Remove duplicated word (#21656)
Co-authored-by: Caio Nogueira <[email protected]>
1 parent 37b7965 commit 84955ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/workflows/build/workers-api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Objects that include `Function` or `Symbol` types, and objects with circular ref
9292

9393
* `name` - the name of the step.
9494
* `duration` - the duration to sleep until, in either seconds or as a `WorkflowDuration` compatible string.
95-
* Refer to the [documentation on sleeping and retrying](/workflows/build/sleeping-and-retrying/) to learn more about how how Workflows are retried.
95+
* Refer to the [documentation on sleeping and retrying](/workflows/build/sleeping-and-retrying/) to learn more about how Workflows are retried.
9696

9797
* <code>step.sleepUntil(name: string, timestamp: Date | number): Promise&lt;void&gt;</code>
9898

@@ -143,14 +143,14 @@ export type WorkflowStepConfig = {
143143

144144
* A `WorkflowStepConfig` is an optional argument to the `do` method of a `WorkflowStep` and defines properties that allow you to configure the retry behaviour of that step.
145145

146-
Refer to the [documentation on sleeping and retrying](/workflows/build/sleeping-and-retrying/) to learn more about how how Workflows are retried.
146+
Refer to the [documentation on sleeping and retrying](/workflows/build/sleeping-and-retrying/) to learn more about how Workflows are retried.
147147

148148
## NonRetryableError
149149

150150
* <code>throw new NonRetryableError(message: <Type text='string' />, name <Type text='string' /> <MetaInfo text='optional' />)</code>: <Type text='NonRetryableError' />
151151

152152
* Throws an error that forces the current Workflow instance to fail and not be retried.
153-
* Refer to the [documentation on sleeping and retrying](/workflows/build/sleeping-and-retrying/) to learn more about how how Workflows are retried.
153+
* Refer to the [documentation on sleeping and retrying](/workflows/build/sleeping-and-retrying/) to learn more about how Workflows are retried.
154154

155155
## Call Workflows from Workers
156156

0 commit comments

Comments
 (0)