diff --git a/docker-cloud/infrastructure/cloud-on-aws-faq.md b/docker-cloud/infrastructure/cloud-on-aws-faq.md
index 24522bd586..ead5ed6b17 100644
--- a/docker-cloud/infrastructure/cloud-on-aws-faq.md
+++ b/docker-cloud/infrastructure/cloud-on-aws-faq.md
@@ -12,7 +12,7 @@ This section answers frequently asked questions about using Docker Cloud with Am
To validate your AWS Security Credentials, Docker Cloud tries to dry-run an instance on every region. Credentials are marked as valid if the operation succeeds at least in one of the regions. If you get the following message `Invalid AWS credentials or insufficient EC2 permissions` follow these steps to troubleshoot it:
-1. Download AWS CLI
+1. Download AWS CLI.
2. Configure the CLI with your security credentials.
2. Run the following command:
@@ -28,7 +28,7 @@ A client error (DryRunOperation) occurred when calling the RunInstances operatio
## "AWS returned an error: unauthorized operation" using instance profiles to deploy node clusters
-This error occurs when you are using an instance profile that has more permissions than the IAM user you are using with Docker Cloud. You can fix this by adding the `"Action":"iam:PassRole"` permission to the IAM policy for the `dockercloud` service user. You can read more about this here
+This error occurs when you are using an instance profile that has more permissions than the IAM user you are using with Docker Cloud. You can fix this by adding the `"Action":"iam:PassRole"` permission to the IAM policy for the `dockercloud` service user. You can read more about this here.
## What objects does Docker Cloud create in my EC2 account?