From 0dd787e1c2292fbf006d3d4a0acb90fcd155129d Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Thu, 11 Jul 2019 09:30:07 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bbf8cd..6545c1c2 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ end ``` Note that you do not have to hard code your `aws.access_key_id` or `aws.secret_access_key` -as they will be retrieved from the enviornment variables `AWS_ACCESS_KEY` and `AWS_SECRET_KEY`. +as they will be retrieved from the environment variables `AWS_ACCESS_KEY` and `AWS_SECRET_KEY`. In addition to the above top-level configs, you can use the `region_config` method to specify region-specific overrides within your Vagrantfile. Note