From d8b357ce49bddac207636279024bbc8866b7858b Mon Sep 17 00:00:00 2001
From: Ye Ben <ben.ye@daocloud.io>
Date: Wed, 31 Oct 2018 21:27:58 +0800
Subject: [PATCH] fix typo doesnt -> doesn't

fix typos in line 114 and 116: doesnt -> doesn't
---
 contrib/terraform/aws/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/terraform/aws/README.md b/contrib/terraform/aws/README.md
index bb7e42476..39a47ef14 100644
--- a/contrib/terraform/aws/README.md
+++ b/contrib/terraform/aws/README.md
@@ -111,9 +111,9 @@ the `AWS CLI` with the following command:
 aws iam delete-instance-profile --region <region_name> --instance-profile-name <profile_name>
 ```
 
-***Ansible Inventory doesnt get created:***
+***Ansible Inventory doesn't get created:***
 
-It could happen that Terraform doesnt create an Ansible Inventory file automatically. If this is the case copy the output after `inventory=` and create a file named `hosts`in the directory `inventory` and paste the inventory into the file.
+It could happen that Terraform doesn't create an Ansible Inventory file automatically. If this is the case copy the output after `inventory=` and create a file named `hosts`in the directory `inventory` and paste the inventory into the file.
 
 **Architecture**
 
-- 
GitLab