Skip to content

Commit aea280d

Browse files
authored
Update base-auth.ts (#1501)
Fixing typo uncovered in an internal changelist.
1 parent b26501b commit aea280d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auth/base-auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ export abstract class BaseAuth {
514514
/**
515515
* Updates an existing user.
516516
*
517-
* See {@link https://firebsae.google.com/docs/auth/admin/manage-users#update_a_user | Update a user}
517+
* See {@link https://firebase.google.com/docs/auth/admin/manage-users#update_a_user | Update a user}
518518
* for code samples and detailed documentation.
519519
*
520520
* @param uid - The `uid` corresponding to the user to update.
@@ -1090,4 +1090,4 @@ export abstract class BaseAuth {
10901090
return decodedIdToken;
10911091
});
10921092
}
1093-
}
1093+
}

0 commit comments

Comments
 (0)