Skip to content

Commit 22c1b8b

Browse files
authored
chore(docs): fix typo Avaliable Scopes -> Available Scopes (#13009)
docs: Fix typo Avaliable Scopes -> Available Scopes
1 parent 4ad3a7c commit 22c1b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Code } from "@/components/Code"
99

1010
- [TikTok app console](https://developers.tiktok.com/)
1111
- [TikTok login kit documentation](https://developers.tiktok.com/doc/login-kit-web/)
12-
- [Avaliable Scopes](https://developers.tiktok.com/doc/tiktok-api-scopes/)
12+
- [Available Scopes](https://developers.tiktok.com/doc/tiktok-api-scopes/)
1313

1414
## Setup
1515

packages/core/src/providers/tiktok.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export interface TiktokProfile {
154154
* ### Resources
155155
* - [TikTok app console](https://developers.tiktok.com/)
156156
* - [TikTok login kit documentation](https://developers.tiktok.com/doc/login-kit-web/)
157-
* - [Avaliable Scopes](https://developers.tiktok.com/doc/tiktok-api-scopes/)
157+
* - [Available Scopes](https://developers.tiktok.com/doc/tiktok-api-scopes/)
158158
* - [Sandbox for testing](https://developers.tiktok.com/blog/introducing-sandbox)
159159
*
160160
*

0 commit comments

Comments
 (0)