mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Fixed typo in aws_api_gateway.py documentation (#33247)
Gateway spelt wrong.
This commit is contained in:
parent
e822271d1a
commit
1e46e65103
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DOCUMENTATION = '''
|
||||||
module: aws_api_gateway
|
module: aws_api_gateway
|
||||||
short_description: Manage AWS API Gateway APIs
|
short_description: Manage AWS API Gateway APIs
|
||||||
description:
|
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
|
- Normally you should give the api_id since there is no other
|
||||||
stable guaranteed unique identifier for the API. If you do
|
stable guaranteed unique identifier for the API. If you do
|
||||||
not give api_id then a new API will be create each time
|
not give api_id then a new API will be create each time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue