Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jan 18, 2024
1 parent 81071da commit d5081bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client-side-encryption/client-side-encryption.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5081bb

Please sign in to comment.