Skip to content

Commit

Permalink
fix: clear up copy wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Mar 7, 2024
1 parent e9a20de commit 9294f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export interface AuthConfig {
/**
* The base path of the Auth.js API endpoints.
*
* @default "/api/auth" in "Next.js", /auth" elsewhere
* @default "/api/auth" in "next-auth"; "/auth" with all other frameworks
*/
basePath?: string
}

0 comments on commit 9294f78

Please sign in to comment.