From 1e46e651032ebf7548a0cc2a653223d29b240d22 Mon Sep 17 00:00:00 2001 From: Simon Fullick Date: Fri, 24 Nov 2017 16:31:38 +1300 Subject: [PATCH] Fixed typo in aws_api_gateway.py documentation (#33247) Gateway spelt wrong. --- lib/ansible/modules/cloud/amazon/aws_api_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/aws_api_gateway.py b/lib/ansible/modules/cloud/amazon/aws_api_gateway.py index 27d87f1103b..79e469c4aa4 100644 --- a/lib/ansible/modules/cloud/amazon/aws_api_gateway.py +++ b/lib/ansible/modules/cloud/amazon/aws_api_gateway.py @@ -15,7 +15,7 @@ DOCUMENTATION = ''' module: aws_api_gateway short_description: Manage AWS API Gateway APIs description: - - Allows for the management of API Gatway APIs + - Allows for the management of API Gateway APIs - Normally you should give the api_id since there is no other stable guaranteed unique identifier for the API. If you do not give api_id then a new API will be create each time