Skip to content

Commit 5283b60

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

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
@@ -542,7 +542,7 @@ module.exports.ParseServerOptions = {
542542
verifyUserEmails: {
543543
env: 'PARSE_SERVER_VERIFY_USER_EMAILS',
544544
help:
545-
'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.<br><br>Default is `false`.',
545+
'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.<br><br>Default is `false`.',
546546
action: parsers.booleanParser,
547547
default: false,
548548
},

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)