Skip to content

Commit 27253a9

Browse files
authored
chore: fix typo montly -> monthly
1 parent 9a38e25 commit 27253a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/rules-of-workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class MyWorkflow extends WorkflowEntrypoint {
2424
// ✅ Good: Non-idempotent API/Binding calls are always done **after** checking if the operation is
2525
// still needed.
2626
await step.do(
27-
`charge ${customer_id} for it's montly subscription`,
27+
`charge ${customer_id} for it's monthly subscription`,
2828
async () => {
2929
// API call to check if customer was already charged
3030
const subscription = await fetch(

0 commit comments

Comments
 (0)