Skip to content

Commit 4e93377

Browse files
authored
Update src/content/docs/learning-paths/workflows-course/series/workflows-3.mdx
1 parent 066f1e6 commit 4e93377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/learning-paths/workflows-course/series/workflows-3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Render, Tabs, TabItem, Card, WranglerConfig, YouTube } from "~/componen
1616
<Tabs>
1717
<TabItem label="Watch this episode">
1818

19-
Cloudflare Workflows provide a powerful way to manage asynchronous, durable processes. The ability to explicitly schedule tasks and pause execution with `step.sleep` allows developers to build sophisticated, time-aware applications.
19+
Cloudflare Workflows provide a powerful way to manage asynchronous, durable processes. The ability to explicitly schedule tasks using scheduled handlers and pause execution with `step.sleep` allows developers to build sophisticated, time-aware applications.
2020

2121
<Card>
2222
<YouTube id="L6gR4Yr3UW8" />

0 commit comments

Comments
 (0)