Skip to content

Commit 18550d1

Browse files
authored
docs: fix grammatical error (#11260)
1 parent 14b075d commit 18550d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class JWTSessionError extends AuthError {
245245
}
246246

247247
/**
248-
* Thrown if Auth.js is misonfigured. This could happen if you configured an Email provider but did not set up a database adapter,
248+
* Thrown if Auth.js is misconfigured. This could happen if you configured an Email provider but did not set up a database adapter,
249249
* or tried using a `strategy: "database"` session without a database adapter.
250250
* In both cases, make sure you either remove the configuration or add the missing adapter.
251251
*

0 commit comments

Comments
 (0)