diff --git a/source/client-side-encryption/client-side-encryption.rst b/source/client-side-encryption/client-side-encryption.rst index 905a00448f..aa41e1e2c1 100644 --- a/source/client-side-encryption/client-side-encryption.rst +++ b/source/client-side-encryption/client-side-encryption.rst @@ -513,7 +513,7 @@ accept arbitrary strings at runtime for forward-compatibility. kmip?: KMIPKMSOptions; // KMS providers may be specified with an optional name suffix separated by a colon. - // Named KMS providers to not support "Automatic Credentials". + // Named KMS providers do not support "Automatic Credentials". // Note: the named KMS providers interface is not valid typescript regex and is for exposition only. "^aws:[a-zA-Z0-9_]+$"?: AWSKMSOptions; "^azure:[a-zA-Z0-9_]+$"?: AzureKMSOptions;