Remove unintentional duplicate string (#8430)

Same string noted in documentation twice, updating to expected string based on context.
This commit is contained in:
Stuart Purgavie 2020-02-28 11:48:53 -08:00 committed by GitHub
parent 6c5b85d59d
commit 5b09fc6c43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ Authentication-related values must be provided, either as environment
variables or as configuration parameters.
~> **Note:** Although the configuration file allows you to pass in
`AWS_ACCESS_KEY_ID` and `AWS_ACCESS_KEY_ID` as part of the seal's parameters, it
`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` as part of the seal's parameters, it
is _strongly_ recommended to set these values via environment variables.
AWS authentication values: