Skip to content

Commit 955f2dc

Browse files
hsubox76sam-gc
authored andcommitted
Make some doc comment changes (#6229)
1 parent a9d7efd commit 955f2dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/auth/src/core/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export function onIdTokenChanged(
8989
*
9090
* @param auth - The {@link Auth} instance.
9191
* @param callback - callback triggered before new user value is set.
92-
* If this throws, it will block the user from being set.
93-
* @param onAbort - callback triggered if a later before state changed
92+
* If this throws, it blocks the user from being set.
93+
* @param onAbort - callback triggered if a later `beforeAuthStateChanged()`
9494
* callback throws, allowing you to undo any side effects.
9595
*/
9696
export function beforeAuthStateChanged(

packages/auth/src/model/public_types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export interface Auth {
260260
*
261261
* @param callback - callback triggered before new user value is set.
262262
* If this throws, it blocks the user from being set.
263-
* @param onAbort - callback triggered if a later before state changed
263+
* @param onAbort - callback triggered if a later `beforeAuthStateChanged()`
264264
* callback throws, allowing you to undo any side effects.
265265
*/
266266
beforeAuthStateChanged(

0 commit comments

Comments
 (0)