diff --git a/sdks/framework/typescript/steps/introduction.mdx b/sdks/framework/typescript/steps/introduction.mdx index 404dce2e..a3e8d02a 100644 --- a/sdks/framework/typescript/steps/introduction.mdx +++ b/sdks/framework/typescript/steps/introduction.mdx @@ -15,7 +15,7 @@ title: "Step Interface" }); ``` ```typescript Skip - await step.email('skipped-step',async () => ({ + await step.email('skipped-step', async () => ({ subject: 'Hello, world!', body: 'My email message', }), {