Skip to content

Commit 77b142f

Browse files
authored
Fixed typo on use-auth.md (#55)
Replaced "Supbase" for "Supabase"
1 parent 147bbfc commit 77b142f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/recipes/use-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function AuthProvider({ children }) {
1919
}, [])
2020

2121
useAuthStateChange((event, session) => {
22-
console.log(`Supbase auth event: ${event}`, session)
22+
console.log(`Supabase auth event: ${event}`, session)
2323
setState({ session, user: session?.user ?? null })
2424
})
2525

0 commit comments

Comments
 (0)