From a159cbded993267ae87b52238a031ab02486f5ab Mon Sep 17 00:00:00 2001 From: Faraz Yashar Date: Fri, 12 Aug 2016 20:47:20 -0400 Subject: [PATCH] Fix typo the -> then --- docs/guide/provider-account-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/provider-account-setup.md b/docs/guide/provider-account-setup.md index 5e5b7a7a1..150327048 100644 --- a/docs/guide/provider-account-setup.md +++ b/docs/guide/provider-account-setup.md @@ -37,7 +37,7 @@ serverless deploy ``` #### Advanced & Longer Term Setup -For a more permanent solution you can also set up credentials through the `aws-cli`, or by configuring the credentials file of the `aws-cli` directly. To set them up through the `aws-cli` [install it first](http://docs.aws.amazon.com/cli/latest/userguide/installing.html) the run `aws configure` [to configure the aws-cli and credentials](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Serverless will automatically use those credentials. You can even set up a different profiles for different accounts, which can be used by Serverless as well. +For a more permanent solution you can also set up credentials through the `aws-cli`, or by configuring the credentials file of the `aws-cli` directly. To set them up through the `aws-cli` [install it first](http://docs.aws.amazon.com/cli/latest/userguide/installing.html) then run `aws configure` [to configure the aws-cli and credentials](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). Serverless will automatically use those credentials. You can even set up a different profiles for different accounts, which can be used by Serverless as well. ``` $ aws configure