From 96d952a998b52bad038406b04500e17f12791447 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 21 Feb 2017 20:25:34 -0500 Subject: [PATCH] fix typo --- lib/ansible/modules/cloud/amazon/GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/GUIDELINES.md b/lib/ansible/modules/cloud/amazon/GUIDELINES.md index ea0dd193949..e567e78e688 100755 --- a/lib/ansible/modules/cloud/amazon/GUIDELINES.md +++ b/lib/ansible/modules/cloud/amazon/GUIDELINES.md @@ -4,7 +4,7 @@ Since Ansible 2.0, it is a requirement that all new AWS modules are written to use boto3. -Prior to 2.0, modules may of been written in boto or boto3. The effort to port all modules to boto3 has begun. +Prior to 2.0, modules may have been written in boto or boto3. The effort to port all modules to boto3 has begun. ## Bug fixing