Fix typo.

This commit is contained in:
Mariano Cano 2021-02-16 14:52:55 -08:00
parent 4bec2b04ec
commit 4c562160fc
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ func New(ctx context.Context, opts apiv1.Options) (*KMS, error) {
}
}
// Deprecated way to setting configuration parameters.
// Deprecated way to set configuration parameters.
if opts.Region != "" {
o.Config.Region = &opts.Region
}

View file

@ -98,7 +98,7 @@ func New(ctx context.Context, opts apiv1.Options) (*CloudKMS, error) {
}
}
// Deprecated way to setting configuration parameters.
// Deprecated way to set configuration parameters.
if opts.CredentialsFile != "" {
cloudOpts = append(cloudOpts, option.WithCredentialsFile(opts.CredentialsFile))
}