diff --git a/src/main/docs/guide/awsAccessAndSecret.adoc b/src/main/docs/guide/awsAccessAndSecret.adoc index 7d82334..3ef7a57 100644 --- a/src/main/docs/guide/awsAccessAndSecret.adoc +++ b/src/main/docs/guide/awsAccessAndSecret.adoc @@ -4,7 +4,7 @@ ____ If you do not provide credentials, a credentials provider chain will be used that searches for credentials in this order: * Environment Variables - AWS_ACCESS_KEY_ID and AWS_SECRET_KEY -* Java System Properties - aws.accessKeyId andaws.secretKey` +* Java System Properties - aws.accessKeyId and aws.secretKey` * Instance profile credentials delivered through the Amazon EC2 metadata service (IAM role) ____