From 42ceb71c61121379f681a75cfb67852bf7f2ce58 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 18 Jan 2024 11:14:25 -0500 Subject: [PATCH] fix comment wording --- source/client-side-encryption/client-side-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client-side-encryption/client-side-encryption.rst b/source/client-side-encryption/client-side-encryption.rst index aa41e1e2c1..f8fe670a2b 100644 --- a/source/client-side-encryption/client-side-encryption.rst +++ b/source/client-side-encryption/client-side-encryption.rst @@ -514,7 +514,7 @@ accept arbitrary strings at runtime for forward-compatibility. // KMS providers may be specified with an optional name suffix separated by a colon. // Named KMS providers do not support "Automatic Credentials". - // Note: the named KMS providers interface is not valid typescript regex and is for exposition only. + // Note: the named KMS providers strings below are not valid Typescript regexes. They are intended for exposition only. "^aws:[a-zA-Z0-9_]+$"?: AWSKMSOptions; "^azure:[a-zA-Z0-9_]+$"?: AzureKMSOptions; "^gcp:[a-zA-Z0-9_]+$"?: GCPKMSOptions;