Skip to content

Commit

Permalink
Fix grammatical error in API key generation instruction
Browse files Browse the repository at this point in the history
Corrected the verb tense in the sentence: 'we'll need to first generated an API key.' The word 'generated' has been changed to 'generate' to maintain proper grammar with the infinitive form ('to generate').
  • Loading branch information
faselgodbcho authored Dec 12, 2024
1 parent a47240a commit 3bab043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Admin clients should only be used if you need to perform admin actions that bypa
or [unauthenticated requests that bypass rate limits](#rate-limits).
{% /info %}

To initialize the admin client, we'll need to first [generated an API key](/docs/advanced/platform/api-keys#create-api-key).
To initialize the admin client, we'll need to first [generate an API key](/docs/advanced/platform/api-keys#create-api-key).
The API key should have the following scope in order to perform authentication:

| Category {% width=120 %} | Required scopes | Purpose |
Expand Down

0 comments on commit 3bab043

Please sign in to comment.