Merge pull request #28869 from miaits/docs/patch-2

docs:fixed typo
This commit is contained in:
Ben Lambert
2025-02-18 08:43:54 +01:00
committed by GitHub
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.