Skip to content

Commit ed0322b

Browse files
authored
Update Definitions.js
1 parent 8c04fe6 commit ed0322b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports.ParseServerOptions = {
2727
env: 'PARSE_SERVER_ALLOW_HEADERS',
2828
help: 'Add headers to Access-Control-Allow-Headers',
2929
action: parsers.arrayParser,
30-
},
3130
allowOrigin: {
3231
env: 'PARSE_SERVER_ALLOW_ORIGIN',
3332
help: 'Sets the origin to Access-Control-Allow-Origin',
@@ -569,7 +568,7 @@ module.exports.DashboardOptions = {
569568
cloudFileEdit: {
570569
env: 'PARSE_SERVER_DASHBOARD_OPTIONS_CLOUD_FILE_EDIT',
571570
help:
572-
'Whether the Parse Dashboard can edit cloud files. If set to true, dashboard can view and edit cloud code files. Do not user on multi-instance servers otherwise your cloud files will be inconsistent.',
571+
'Whether the Parse Dashboard can edit cloud files. If set to true, dashboard can view and edit cloud code files. Do not use on multi-instance servers otherwise your cloud files will be inconsistent.',
573572
action: parsers.booleanParser,
574573
default: false,
575574
},

0 commit comments

Comments
 (0)