Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit 334e759

Browse files
committed
Fix typos in Mailer Config
1 parent 132a07c commit 334e759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: example/server/server.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Mailer.config({
2-
from: 'John Doe <[email protected]',
3-
replyTo: 'John Doe <[email protected]'
2+
from: 'John Doe <[email protected]>',
3+
replyTo: 'John Doe <[email protected]>'
44
});
55

66
Meteor.startup(function() {

0 commit comments

Comments
 (0)