Skip to content

Commit 5aabe94

Browse files
Update src/Options/index.js
Co-authored-by: Manuel <[email protected]> Signed-off-by: Marc Derhammer <[email protected]>
1 parent 56a01cc commit 5aabe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface ParseServerOptions {
6262
appName: ?string;
6363
/* Add headers to Access-Control-Allow-Headers */
6464
allowHeaders: ?(string[]);
65-
/* 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 */
65+
/* Sets origins for Access-Control-Allow-Origin. This can be a string for a single origin or an array of strings for multiple origins. */
6666
allowOrigin: ?StringOrStringArray;
6767
/* Adapter module for the analytics */
6868
analyticsAdapter: ?Adapter<AnalyticsAdapter>;

0 commit comments

Comments
 (0)