Skip to content

Commit bdabe3b

Browse files
Merge pull request #153 from JoaquimLey/patch-1
Typo on comment
2 parents e695224 + a1ed164 commit bdabe3b

File tree

1 file changed

+1
-1
lines changed
  • quickstarts/email-users/functions

1 file changed

+1
-1
lines changed

quickstarts/email-users/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function sendWelcomeEmail(email, displayName) {
7070
to: email
7171
};
7272

73-
// The user unsubscribed to the newsletter.
73+
// The user subscribed to the newsletter.
7474
mailOptions.subject = `Welcome to ${APP_NAME}!`;
7575
mailOptions.text = `Hey ${displayName}!, Welcome to ${APP_NAME}. I hope you will enjoy our service.`;
7676
return mailTransport.sendMail(mailOptions).then(() => {

0 commit comments

Comments
 (0)