From 8707ba0d63bc614d06b6b1e63e97a93d17b9f673 Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:33:31 +0530 Subject: [PATCH 1/2] typos in the docs --- apps/docs/libraries/ex/functions/update_key.mdx | 2 +- apps/docs/libraries/ex/functions/update_remaining.mdx | 2 +- apps/docs/libraries/ts/sdk/keys/get.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/docs/libraries/ex/functions/update_key.mdx b/apps/docs/libraries/ex/functions/update_key.mdx index c188aeff50..d9a9cb40ba 100644 --- a/apps/docs/libraries/ex/functions/update_key.mdx +++ b/apps/docs/libraries/ex/functions/update_key.mdx @@ -15,7 +15,7 @@ To delete a field, set it to `nil`. ## Request - The ID of the key you want to revoke. + The ID of the key you want to modify. diff --git a/apps/docs/libraries/ex/functions/update_remaining.mdx b/apps/docs/libraries/ex/functions/update_remaining.mdx index f4d48538f6..0ae839a772 100644 --- a/apps/docs/libraries/ex/functions/update_remaining.mdx +++ b/apps/docs/libraries/ex/functions/update_remaining.mdx @@ -10,7 +10,7 @@ Updates the `remaining` value for a specified key. ## Request - The ID of the key you want to revoke. + The ID of the key you want to modify. diff --git a/apps/docs/libraries/ts/sdk/keys/get.mdx b/apps/docs/libraries/ts/sdk/keys/get.mdx index 7dab15a89d..0dabb204d5 100644 --- a/apps/docs/libraries/ts/sdk/keys/get.mdx +++ b/apps/docs/libraries/ts/sdk/keys/get.mdx @@ -6,7 +6,7 @@ description: "Get the configuration for an api key" ## Request - The ID of the key you want to revoke. + The ID of the key you want to retrieve . ## Response From baaa07fd5f915f609e58270d92c18edc063436be Mon Sep 17 00:00:00 2001 From: Harsh Shrikant Bhat <90265455+harshsbhat@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:34:21 +0530 Subject: [PATCH 2/2] extra space --- apps/docs/libraries/ts/sdk/keys/get.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/libraries/ts/sdk/keys/get.mdx b/apps/docs/libraries/ts/sdk/keys/get.mdx index 0dabb204d5..c36c113d58 100644 --- a/apps/docs/libraries/ts/sdk/keys/get.mdx +++ b/apps/docs/libraries/ts/sdk/keys/get.mdx @@ -6,7 +6,7 @@ description: "Get the configuration for an api key" ## Request - The ID of the key you want to retrieve . + The ID of the key you want to retrieve. ## Response