Skip to content

Commit 48af470

Browse files
authored
docs: fix a typo in passwordless migration
sorry for taking your time for a typo but I'm sort of a OCD
1 parent 0b2ec62 commit 48af470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/passwordless/migration/account-creation/user-creation.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import CoreInjector from "/src/components/coreInjector"
1717

1818
## Passwordless Migration
1919

20-
To migrate a Passwordless user you from your previous authentication provider to SuperTokens, you will first need to generate a code for the user and then call the consume code API.
20+
To migrate a Passwordless user from your previous authentication provider to SuperTokens, you will first need to generate a code for the user and then call the consume code API.
2121

2222
### Generate passwordless code
2323

@@ -89,4 +89,4 @@ curl --location --request PUT '^{coreInjector_uri_without_quotes}/recipe/user' \
8989

9090
</CoreInjector>
9191

92-
<!-- END COPY SECTION -->
92+
<!-- END COPY SECTION -->

0 commit comments

Comments
 (0)