Skip to content

Commit e487dcf

Browse files
authored
Merge pull request #24 from mtrezza/fix-typo
Fix typo in readme
2 parents 53703f0 + b82ef93 commit e487dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const server = new ParseServer({
6666
emailAdapter: {
6767
module: 'parse-server-api-mail-adapter',
6868
options: {
69-
// The email address from which email are sent.
70-
sender: '[email protected]',
69+
// The email address from which emails are sent.
70+
sender: '[email protected]',
7171
// The email templates.
7272
templates: {
7373
// The template used by Parse Server to send an email for password

0 commit comments

Comments
 (0)