Skip to content

Commit 7b6be67

Browse files
vieiralucasgabrielmfern
authored andcommitted
fix: wrong syntax in rendering template note (#604)
1 parent 317f58b commit 7b6be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ console.log(`Email ${data.id} with a React template has been sent`);
119119
```
120120

121121
> [!NOTE]
122-
> If your endpoint is a JS/TS file, render the template (i.e., pass `EmailTemplate({firstName="John", product="MyApp"})` instead of the component).
122+
> If your endpoint is a JS/TS file, render the template (i.e., pass `EmailTemplate({ firstName: "John", product: "MyApp" })` instead of the component).
123123
124124
## License
125125

0 commit comments

Comments
 (0)