We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26501b commit aea280dCopy full SHA for aea280d
src/auth/base-auth.ts
@@ -514,7 +514,7 @@ export abstract class BaseAuth {
514
/**
515
* Updates an existing user.
516
*
517
- * 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}
518
* for code samples and detailed documentation.
519
520
* @param uid - The `uid` corresponding to the user to update.
@@ -1090,4 +1090,4 @@ export abstract class BaseAuth {
1090
return decodedIdToken;
1091
});
1092
}
1093
-}
+}
0 commit comments