File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments