Skip to content

Commit b82ef93

Browse files
committed
fixed typo
1 parent 53703f0 commit b82ef93

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: 'sender@example.com',
69+
// The email address from which emails are sent.
70+
sender: 'sender@example.com',
7171
// The email templates.
7272
templates: {
7373
// The template used by Parse Server to send an email for password

0 commit comments

Comments
 (0)