Skip to content

Commit cfecea8

Browse files
grammar fixes
1 parent eae1f5f commit cfecea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fragments/lib/auth/js/emailpassword.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ async function confirmSignUp() {
6868
}
6969
```
7070

71-
As part of the options parameter, you can specify `forceAliasCreation` boolean. By default
72-
set to `True`. If set to `False` and email or phone number used for sign up confirmation
71+
As part of the options parameter, you can specify the `forceAliasCreation` boolean. By default
72+
set to `True`. If set to `False` and the email or phone number used for sign up confirmation
7373
already exists as an alias for a different user, the API will throw an `AliasExistsException`
7474
error. If set to `True`, the API call will migrate the alias from the previous user to
7575
a newly created user.

0 commit comments

Comments
 (0)