File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ export function onIdTokenChanged(
89
89
*
90
90
* @param auth - The {@link Auth} instance.
91
91
* @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()`
94
94
* callback throws, allowing you to undo any side effects.
95
95
*/
96
96
export function beforeAuthStateChanged (
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ export interface Auth {
260
260
*
261
261
* @param callback - callback triggered before new user value is set.
262
262
* 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()`
264
264
* callback throws, allowing you to undo any side effects.
265
265
*/
266
266
beforeAuthStateChanged (
You can’t perform that action at this time.
0 commit comments