Skip to content

Commit f7b8931

Browse files
committed
typo
1 parent 72e323e commit f7b8931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/examples/send-invoices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: Send invoice when shopping cart is checked out and paid for
1515

1616
import { TabItem, Tabs } from "~/components"
1717

18-
In this example we implement a Workflow for that is triggered
18+
In this example, we implement a Workflow for an e-commerce website that is triggered every time a shopping cart is created.
1919

2020
Once a workflow instance is triggered, it starts polling a [D1](/d1) database for the cart ID until it's been checked out. Once the shopping cart is checked out, we proceed to process the payment with an external provider doing a fetch POST. Finally, assuming everything goes well, we try to send an email using [Email Workers](/email-routing/email-workers/) with the invoice to the customer.
2121

0 commit comments

Comments
 (0)