From a03d4a3339547673ff86c5b036278aab58f8d964 Mon Sep 17 00:00:00 2001 From: Cyril Graze Date: Sun, 7 Nov 2021 01:15:23 -0600 Subject: [PATCH] Update link typo in base-auth.ts --- src/auth/base-auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/auth/base-auth.ts b/src/auth/base-auth.ts index a8b5a6f39e..e1a8330ff7 100644 --- a/src/auth/base-auth.ts +++ b/src/auth/base-auth.ts @@ -514,7 +514,7 @@ export abstract class BaseAuth { /** * Updates an existing user. * - * See {@link https://firebsae.google.com/docs/auth/admin/manage-users#update_a_user | Update a user} + * See {@link https://firebase.google.com/docs/auth/admin/manage-users#update_a_user | Update a user} * for code samples and detailed documentation. * * @param uid - The `uid` corresponding to the user to update. @@ -1090,4 +1090,4 @@ export abstract class BaseAuth { return decodedIdToken; }); } -} \ No newline at end of file +}