fix: typo in @calcom/emails readme (#12615)

This commit is contained in:
Samyabrata Maji
2023-12-01 13:25:22 +00:00
committed by GitHub
parent 3d89809e67
commit 9ca2ad2d41
+1 -1
View File
@@ -8,7 +8,7 @@
```ts
import { renderEmail } from "@calcom/emails";
renderEmail("TeamInviteEmail", */{
renderEmail("TeamInviteEmail", {
language: t,
from: "teampro@example.com",
to: "pro@example.com",