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

This commit is contained in:
Samyabrata Maji 2023-12-01 18:55:22 +05:30 committed by GitHub
parent 3d89809e67
commit 9ca2ad2d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",