Skip to content

Commit bba6750

Browse files
authored
fix typo
Signed-off-by: Manuel <[email protected]>
1 parent e64410a commit bba6750

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
@@ -153,7 +153,7 @@ export interface ParseServerOptions {
153153
/* Max file size for uploads, defaults to 20mb
154154
:DEFAULT: 20mb */
155155
maxUploadSize: ?string;
156-
/* Set to `true` to require users to verify their email address to complete the sign-up process. Supports a function with a return value of `true` or `false` for condiitonal verification.
156+
/* Set to `true` to require users to verify their email address to complete the sign-up process. Supports a function with a return value of `true` or `false` for conditional verification.
157157
<br><br>
158158
Default is `false`.
159159
:DEFAULT: false */

0 commit comments

Comments
 (0)