Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/providers/bankid-no.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import type { OIDCConfig, OIDCUserConfig } from "./index.js"

/**
* @see [Core conepts - ID Token](https://confluence.bankidnorge.no/confluence/pdoidcl/technical-documentation/core-concepts/id-token)
* @see [Core concepts - ID Token](https://confluence.bankidnorge.no/confluence/pdoidcl/technical-documentation/core-concepts/id-token)
* @see [userinfo](https://confluence.bankidnorge.no/confluence/pdoidcl/technical-documentation/api/userinfo)
*/
export interface BankIDNorwayProfile {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/providers/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export interface TiktokProfile {
*
* #### Configuration
* You can omit the client and secret if you have set the `AUTH_TIKTOK_ID` and `AUTH_TIKTOK_SECRET` environment variables.
* Remeber that the AUTH_TIKTOK_ID is the Client Key in the TikTok Application
* Remember that the AUTH_TIKTOK_ID is the Client Key in the TikTok Application
*```ts
* import { Auth } from "@auth/core"
* import TikTok from "@auth/core/providers/tiktok"
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks-sveltekit/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* export const actions: Actions = { default: signOut }
* ```
*
* These routes are customizeable with the `signInPage` and `signOutPage` props on the respective comopnents.
* These routes are customizeable with the `signInPage` and `signOutPage` props on the respective components.
*
* ### Client-Side
*
Expand Down
Loading