Skip to content

Commit 712b46d

Browse files
authored
fix(platform): replace "account level" with "account-level" (#1206)
This PR fixes wrong wording in the scoped API token documentation, which was using `account level` instead of `account-level`. This was pointed out by @davidjohnbarton while reviewing the feature [blog post](https://www.notion.so/apify/Blog-post-Introducing-scoped-API-tokens-enhanced-security-and-control-for-your-Apify-integrations-51f57676a6174a3b9c2eeacc49cc3256).
1 parent 8f750a8 commit 712b46d

File tree

1 file changed

+3
-3
lines changed
  • sources/platform/integrations/programming

1 file changed

+3
-3
lines changed

sources/platform/integrations/programming/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Once the token is scoped, you can specify the token's permissions.
6262

6363
![Toggle "Limit token permissions" to make a token scoped](../images/api-token-scoped.png)
6464

65-
### Account level vs resource-specific permissions
65+
### Account-level vs resource-specific permissions
6666

6767
We support two different types of permissions for tokens:
6868

69-
- **Account level permissions**: These will apply to all resources in the entire account. For example, you can use these to allow the token to run _all_ your Actors.
69+
- **Account-level permissions**: These will apply to all resources in the entire account. For example, you can use these to allow the token to run _all_ your Actors.
7070

7171
- **Resource-specific permissions**: These will apply only to specific, existing resources. For example, you can use these to allow the token to read from a particular dataset.
7272

@@ -76,7 +76,7 @@ A single token can combine both types. You can create a token that can _read_ an
7676

7777
:::
7878

79-
![An example scoped token that combines account level permissions and resource-specific permissions](../images/api-token-scoped-with-combining-permissions.png)
79+
![An example scoped token that combines account-level permissions and resource-specific permissions](../images/api-token-scoped-with-combining-permissions.png)
8080

8181
### Allowing tokens to create resources
8282

0 commit comments

Comments
 (0)