Skip to content

Commit 7028a58

Browse files
authored
fix(docs): resend.mdx typo (#1213)
1 parent 70167d3 commit 7028a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/integrations/resend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ await resend.emails.send({
6565
6666
6767
subject: 'hello world',
68-
react: <Email firstName="John" product="MyApp" />,
68+
react: <Email url="https://example.com" />,
6969
});
7070
```
7171

0 commit comments

Comments
 (0)