From a152051d7d212f5d77d0259b0393034b007b5fa2 Mon Sep 17 00:00:00 2001 From: Deep145757 <146447579+Deep145757@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:05:31 +0530 Subject: [PATCH] doc(README): remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e74420f40..b7046db24 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ which caches cryptographic materials provided by another CMM. ### Keyrings -Keyrings use wrapping keys to to generate, encrypt, and decrypt data keys. +Keyrings use wrapping keys to generate, encrypt, and decrypt data keys. The keyring that you use determines the source of the unique data keys that protect each message, and the wrapping keys that encrypt that data key. An example of a keyring is the `KmsKeyringNode`.