docs: Fix typo. Use instead yuse (#9431)

Fix typo. Use instead of use. I found this while reading through the documents here https://docs.medusajs.com/v2/resources/references/auth/provider#validatecallback
This commit is contained in:
Zaid Rashid
2024-10-02 18:01:14 +02:00
committed by GitHub
parent 0f6f56e764
commit c4f26120b0
2 changed files with 2 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ export abstract class AbstractAuthModuleProvider implements IAuthProvider {
*
* If the callback is verified successfully, the provider creates an auth identity for the user, or updates the auth identity's user information.
*
* In the auth identity, yuse the following properties to store additional data:
* In the auth identity, use the following properties to store additional data:
*
* - `provider_metadata`: Store metadata useful for the provider, such as a password hash.
* - `user_metadata`: Store metadata of the user's details. For example, if the third-party service returns the user's information such as email

View File

@@ -329,7 +329,7 @@ That route uses this method to verify the callback's code.
If the callback is verified successfully, the provider creates an auth identity for the user, or updates the auth identity's user information.
In the auth identity, yuse the following properties to store additional data:
In the auth identity, use the following properties to store additional data:
- `provider_metadata`: Store metadata useful for the provider, such as a password hash.
- `user_metadata`: Store metadata of the user's details. For example, if the third-party service returns the user's information such as email