Skip to content

Commit

Permalink
fix comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jan 18, 2024
1 parent d5081bb commit 42ceb71
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 @@ -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;
Expand Down

0 comments on commit 42ceb71

Please sign in to comment.