Skip to content

Commit 609cb0d

Browse files
committed
docs: remove half sentence
Close #1452
1 parent c4deaee commit 609cb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const authUserMap = new WeakMap<FirebaseApp, Ref<_Nullable<User>>>()
2020

2121
/**
2222
* Returns a reactive variable of the currently authenticated user in the firebase app. The ref is null if no user is
23-
* authenticated or when the user logs out. The ref is undefined when the user is not yet loaded. Note th
23+
* authenticated or when the user logs out. The ref is undefined until the user is initially loaded.
2424
* @param name - name of the application
2525
*/
2626
export function useCurrentUser(name?: string) {

0 commit comments

Comments
 (0)