Skip to content

Commit d4780cd

Browse files
authored
Update index.js
1 parent 897e81b commit d4780cd

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
@@ -304,7 +304,7 @@ export interface DashboardOptions {
304304
/* Whether the Parse Dashboard can view cloud files.
305305
:DEFAULT: false */
306306
cloudFileView: ?boolean;
307-
/* 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.
307+
/* 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.
308308
:DEFAULT: false */
309309
cloudFileEdit: ?boolean;
310310
}

0 commit comments

Comments
 (0)