chore: fix some typos (#3895)

Signed-off-by: kaifulee <cuishuang@outlook.com>
This commit is contained in:
kaifulee
2024-03-15 22:36:34 +08:00
committed by GitHub
parent c5334d4c06
commit efdc1c2f5d
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ export function onLoggedIn(exec: (user: HoppUser) => void) {
* the auth system.
*
* NOTE: Unlike `onLoggedIn` for which the callback will be called once on mount with the current state,
* here the callback will only be called on authentication event occurances.
* here the callback will only be called on authentication event occurrences.
* You might want to check the auth state from an `onMounted` hook or something
* if you want to access the initial state
*