Skip to content

Commit 4b24372

Browse files
committed
Update definitions
1 parent 8a99d90 commit 4b24372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports.ParseServerOptions = {
8282
allowOrigin: {
8383
env: 'PARSE_SERVER_ALLOW_ORIGIN',
8484
help:
85-
'Sets the origin to Access-Control-Allow-Origin. Can be a string for a single origin or a comma separated string or array for multiple',
85+
'Sets origins for Access-Control-Allow-Origin. This can be a string for a single origin or an array of strings for multiple origins.',
8686
action: parsers.arrayParser,
8787
},
8888
analyticsAdapter: {

src/Options/docs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)