Skip to content

Commit 30797e3

Browse files
docs: fix typo in Asgardeo provider (#12943)
Co-authored-by: Thang Vu <[email protected]>
1 parent c7409f3 commit 30797e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/providers/asgardeo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface AsgardeoProfile extends Record<string, any> {
4545
* #### Configuration
4646
*```ts
4747
* import { Auth } from "@auth/core"
48-
* import Asgarde from "@auth/core/providers/asgardeo";
48+
* import Asgardeo from "@auth/core/providers/asgardeo";
4949
*
5050
* const request = new Request(origin)
5151
* const response = await Auth(request, {

0 commit comments

Comments
 (0)