From eab0b99e2f0245cc12d82710a0a5858d163b3733 Mon Sep 17 00:00:00 2001 From: Arthur Gubaidullin Date: Fri, 27 Aug 2021 16:16:04 +0500 Subject: [PATCH] fix typo --- src/auth/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/index.ts b/src/auth/index.ts index 6aa19f01b2..875bdd35cd 100644 --- a/src/auth/index.ts +++ b/src/auth/index.ts @@ -572,7 +572,7 @@ export namespace auth { * The ID of the provider used to sign in the user. * One of `"anonymous"`, `"password"`, `"facebook.com"`, `"github.com"`, * `"google.com"`, `"twitter.com"`, `"apple.com"`, `"microsoft.com"`, - * "yahoo.com"`, `"phone"`, `"playgames.google.com"`, `"gc.apple.com"`, + * `"yahoo.com"`, `"phone"`, `"playgames.google.com"`, `"gc.apple.com"`, * or `"custom"`. * * Additional Identity Platform provider IDs include `"linkedin.com"`,