From 525636bce5dc1b43f8c2d7cc800f0c4a35884ad8 Mon Sep 17 00:00:00 2001 From: egilmorez Date: Tue, 16 Nov 2021 11:06:25 -0800 Subject: [PATCH] Update base-auth.ts Fixing typo uncovered in an internal changelist. --- 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 +}