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..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 revoke.
+ The ID of the key you want to retrieve.
## Response