diff --git a/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx b/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx index a1721fe31d..3d955a72c7 100644 --- a/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx +++ b/pages/key-manager/api-cli/encrypt-decrypt-keys-with-streaming-aead-tink.mdx @@ -187,7 +187,7 @@ Open a terminal and paste the following commands to export your environment vari } ``` - - The example above shows you how to use the Key Manager remote key encryption key to protect your data encryption key and AEAD stream, you can also protect the data encryption key using another non-remote key. + - The example above demonstrates how to use the Key Manager's remote encryption key to protect your data encryption key and AEAD stream. Alternatively, you can use a non-remote key to protect the data encryption key instead. - Associated data is authenticated but not encrypted.