Fix typo
This commit is contained in:
@@ -205,7 +205,7 @@ var server = ParseServer({
|
|||||||
emailAdapter: {
|
emailAdapter: {
|
||||||
module: 'parse-server-simple-mailgun-adapter',
|
module: 'parse-server-simple-mailgun-adapter',
|
||||||
options: {
|
options: {
|
||||||
// The addres that your emails come from
|
// The address that your emails come from
|
||||||
fromAddress: 'parse@example.com',
|
fromAddress: 'parse@example.com',
|
||||||
// Your domain from mailgun.com
|
// Your domain from mailgun.com
|
||||||
domain: 'example.com',
|
domain: 'example.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user