Skip to content

Commit 2ad07dd

Browse files
authored
docs: fix typo profie -> profile (#12987)
Fix typo: profie -> profile
1 parent 3cade42 commit 2ad07dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/getting-started/providers/trakt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ app.use("/auth/*", ExpressAuth({ providers: [Trakt] }))
100100
### Notes
101101

102102
- If you're using the api in production by calling `api.trakt.tv`. Follow the example. If you wish to develop on Trakt's sandbox environment by calling `api-staging.trakt.tv`, change the URLs.
103-
- Trakt does not allow hotlinking images. Even the authenticated user's profie picture.
103+
- Trakt does not allow hotlinking images. Even the authenticated user's profile picture.
104104
- Trakt does not supply the authenticated user's email.

packages/core/src/providers/trakt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface TraktUser extends Record<string, any> {
6363
*
6464
* :::danger
6565
*
66-
* - Trakt does not allow hotlinking images. Even the authenticated user's profie picture.
66+
* - Trakt does not allow hotlinking images. Even the authenticated user's profile picture.
6767
* - Trakt does not supply the authenticated user's email.
6868
*
6969
* :::

0 commit comments

Comments
 (0)