File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
614614export type SignOutFunc = ( options ?: SignOutOptions ) => Promise < any >
615615export type SignInFunc < PrimarySignInOptions , SignInResult > = (
616616 primaryOptions : PrimarySignInOptions ,
You can’t perform that action at this time.
0 commit comments