Skip to content

Commit

Permalink
style: Fix spacing issue in introduction.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Sep 18, 2024
1 parent afc2e36 commit 3fdb312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/framework/typescript/steps/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}), {
Expand Down

0 comments on commit 3fdb312

Please sign in to comment.