From 3bab0434cd414b819a2a962fd30978a939a75c9b Mon Sep 17 00:00:00 2001 From: Fasel Godbcho Date: Thu, 12 Dec 2024 12:10:32 -0300 Subject: [PATCH] Fix grammatical error in API key generation instruction 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'). --- .../docs/products/auth/server-side-rendering/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/products/auth/server-side-rendering/+page.markdoc b/src/routes/docs/products/auth/server-side-rendering/+page.markdoc index 29d74ccd83..4fdab73161 100644 --- a/src/routes/docs/products/auth/server-side-rendering/+page.markdoc +++ b/src/routes/docs/products/auth/server-side-rendering/+page.markdoc @@ -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 |