Skip to content

Commit 9890c0d

Browse files
authored
Fix a typo in useAuthStateChange doc (#56)
1 parent 77b142f commit 9890c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/documentation/auth/use-auth-state-change.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useAuthStateChange } from 'react-supabase'
77

88
function Page() {
99
useAuthStateChange((event, session) => {
10-
console.log(`Supbase auth event: ${event}`, session)
10+
console.log(`Supabase auth event: ${event}`, session)
1111
})
1212

1313
return ...

0 commit comments

Comments
 (0)