Fixed typo in aws_api_gateway.py documentation (#33247)

Gateway spelt wrong.
pull/33249/head
Simon Fullick 7 years ago committed by Will Thames
parent e822271d1a
commit 1e46e65103

@ -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

Loading…
Cancel
Save