Skip to content

Commit 7d18dc2

Browse files
Update src/content/docs/workflows/build/sleeping-and-retrying.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 3c03916 commit 7d18dc2

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
@@ -48,7 +48,7 @@ const workflowsLaunchDate = Date.parse("24 Oct 2024 13:00:00 UTC");
4848
await step.sleepUntil("sleep until X times out", workflowsLaunchDate)
4949
```
5050

51-
You can also provide a Unix timestamp (milliseconds since the Unix epoch) directly to `sleepUntil`.
51+
You can also provide a UNIX timestamp (milliseconds since the UNIX epoch) directly to `sleepUntil`.
5252

5353
## Retry steps
5454

0 commit comments

Comments
 (0)