Skip to content

Commit a266a32

Browse files
chore: fix typo montly -> monthly (#18061)
* chore: fix typo montly -> monthly * Update src/content/docs/workflows/build/rules-of-workflows.mdx --------- Co-authored-by: Claire W <[email protected]>
1 parent 8f8b7d5 commit a266a32

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 its monthly subscription`,
2828
async () => {
2929
// API call to check if customer was already charged
3030
const subscription = await fetch(

0 commit comments

Comments
 (0)