Skip to content

Commit 8dc77e5

Browse files
authored
fix(docs): typos in types.ts (#1003)
1 parent d7aa289 commit 8dc77e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export interface ModuleOptions {
497497
/**
498498
* Configuration of the authentication provider. Different providers are supported:
499499
* - auth.js: OAuth focused provider for non-static Nuxt 3 applications
500-
* - local: Provider for credentials & token based backends, e.g., written by yourself or provided by something like Laraval
500+
* - local: Provider for credentials & token based backends, e.g., written by yourself or provided by something like Laravel
501501
*
502502
* Find more about supported providers here: https://sidebase.io/nuxt-auth/v0.6/getting-started
503503
*
@@ -610,7 +610,7 @@ export type GetSessionOptions = Partial<{
610610
force?: boolean
611611
}>
612612

613-
// TODO: These types could be nicer and more general, or located withing `useAuth` files and more specific
613+
// TODO: These types could be nicer and more general, or located within `useAuth` files and more specific
614614
export type SignOutFunc = (options?: SignOutOptions) => Promise<any>
615615
export type SignInFunc<PrimarySignInOptions, SignInResult> = (
616616
primaryOptions: PrimarySignInOptions,

0 commit comments

Comments
 (0)