docs:fixed typo

Signed-off-by: Mihai Lemnaru <eduard.mihai.lemnaru@gmail.com>
This commit is contained in:
Mihai Lemnaru
2025-02-15 23:17:36 +02:00
parent 7c26bd2334
commit 41cc4da191
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ export default async function createPlugin(
const {
profile: { email },
} = info;
// Profiles are not always guaranteed to to have an email address.
// Profiles are not always guaranteed to have an email address.
// You can also find more provider-specific information in `info.result`.
// It typically contains a `fullProfile` object as well as ID and/or access
// tokens that you can use for additional lookups.
+1 -1
View File
@@ -256,7 +256,7 @@ an example:
async signInResolver(info, ctx) {
const { profile: { email } } = info;
// Profiles are not always guaranteed to to have an email address.
// Profiles are not always guaranteed to have an email address.
// You can also find more provider-specific information in `info.result`.
// It typically contains a `fullProfile` object as well as ID and/or access
// tokens that you can use for additional lookups.