Skip to content

Commit a0caaaf

Browse files
author
dng
authored
Fix comments
1 parent 66a58d2 commit a0caaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ export type SupabaseClientOptions<SchemaName> = {
2525
*/
2626
storageKey?: string
2727
/**
28-
* Whether to persist a logged in session to storage.
28+
* Whether to persist a logged in session to storage. Defaults to true.
2929
*/
3030
persistSession?: boolean
3131
/**
3232
* Detect a session from the URL. Used for OAuth login callbacks. Defaults to true.
3333
*/
3434
detectSessionInUrl?: boolean
3535
/**
36-
* A storage provider. Used to store the logged in session. Defaults to true.
36+
* A storage provider. Used to store the logged-in session.
3737
*/
3838
storage?: SupabaseAuthClientOptions['storage']
3939
}

0 commit comments

Comments
 (0)