Skip to content

Commit 96a9e82

Browse files
author
dng
authored
Merge pull request #677 from supabase/dannykng-patch-1
Fix comments
2 parents 66a58d2 + fb7d6d3 commit 96a9e82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ export type SupabaseClientOptions<SchemaName> = {
1717

1818
auth?: {
1919
/**
20-
* Automatically refreshes the token for logged in users. Defaults to true.
20+
* Automatically refreshes the token for logged-in users. Defaults to true.
2121
*/
2222
autoRefreshToken?: boolean
2323
/**
2424
* Optional key name used for storing tokens in local storage.
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)