Skip to content

Commit 4d40339

Browse files
committed
fix typo
1 parent 5283b60 commit 4d40339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Options/Definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ module.exports.ParseServerOptions = {
492492
sendUserEmailVerification: {
493493
env: 'PARSE_SERVER_SEND_USER_EMAIL_VERIFICATION',
494494
help:
495-
'Set to `false` to prevent sending of verification email. Supports a function with a return value of `true` or `false` for condiitonal email sending.<br><br>Default is `true`.<br>',
495+
'Set to `false` to prevent sending of verification email. Supports a function with a return value of `true` or `false` for conditional email sending.<br><br>Default is `true`.<br>',
496496
action: parsers.booleanParser,
497497
default: true,
498498
},

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.

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export interface ParseServerOptions {
181181
Requires option `verifyUserEmails: true`.
182182
:DEFAULT: false */
183183
emailVerifyTokenReuseIfValid: ?boolean;
184-
/* Set to `false` to prevent sending of verification email. Supports a function with a return value of `true` or `false` for condiitonal email sending.
184+
/* Set to `false` to prevent sending of verification email. Supports a function with a return value of `true` or `false` for conditional email sending.
185185
<br><br>
186186
Default is `true`.
187187
<br>

0 commit comments

Comments
 (0)