Skip to content

Commit 6b10339

Browse files
committed
Add suggested doc text change
1 parent b7121da commit 6b10339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export interface Auth {
259259
* sets a new user.
260260
*
261261
* @param callback - callback triggered before new user value is set.
262-
* If this throws, it will block the user from being set.
262+
* If this throws, it blocks the user from being set.
263263
*/
264264
beforeAuthStateChanged(
265265
callback: (user: User | null) => void | Promise<void>

0 commit comments

Comments
 (0)