Skip to content

Commit

Permalink
docs: remove half sentence
Browse files Browse the repository at this point in the history
Close #1452
  • Loading branch information
posva committed Oct 30, 2023
1 parent c4deaee commit 609cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const authUserMap = new WeakMap<FirebaseApp, Ref<_Nullable<User>>>()

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

0 comments on commit 609cb0d

Please sign in to comment.