Skip to content

Commit

Permalink
chore: fix typo montly -> monthly (#18061)
Browse files Browse the repository at this point in the history
* chore: fix typo montly -> monthly

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

---------

Co-authored-by: Claire W <78226508+crwaters16@users.noreply.github.com>
  • Loading branch information
msutkowski and crwaters16 authored Dec 11, 2024
1 parent 8f8b7d5 commit a266a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workflows/build/rules-of-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class MyWorkflow extends WorkflowEntrypoint {
// ✅ Good: Non-idempotent API/Binding calls are always done **after** checking if the operation is
// still needed.
await step.do(
`charge ${customer_id} for it's montly subscription`,
`charge ${customer_id} for its monthly subscription`,
async () => {
// API call to check if customer was already charged
const subscription = await fetch(
Expand Down

0 comments on commit a266a32

Please sign in to comment.