We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b075d commit 18550d1Copy full SHA for 18550d1
packages/core/src/errors.ts
@@ -245,7 +245,7 @@ export class JWTSessionError extends AuthError {
245
}
246
247
/**
248
- * Thrown if Auth.js is misonfigured. This could happen if you configured an Email provider but did not set up a database adapter,
+ * Thrown if Auth.js is misconfigured. This could happen if you configured an Email provider but did not set up a database adapter,
249
* or tried using a `strategy: "database"` session without a database adapter.
250
* In both cases, make sure you either remove the configuration or add the missing adapter.
251
*
0 commit comments