Skip to content

Commit b275077

Browse files
committed
Fix typo
1 parent 3dab2da commit b275077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-send-email/PREINSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Use this extension to render and send emails that contain the information from d
22

33
Adding a document triggers this extension to send an email built from the document's fields. The document's top-level fields specify the email sender and recipients, including `to`, `cc`, and `bcc` options (each supporting UIDs). The document's `message` field specifies the other email elements, like subject line and email body (either plaintext or HTML)
44

5-
Here's a basic example documment write that would trigger this extension:
5+
Here's a basic example document write that would trigger this extension:
66

77
```js
88
admin.firestore().collection('mail').add({

0 commit comments

Comments
 (0)