mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix typo in example (#48651)
Changed from 'availabily' to 'availability' Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Martin Krizek
parent
7db4352f6e
commit
82937654de
@@ -33,7 +33,7 @@ requirements: [botocore, boto3]
|
||||
EXAMPLES = '''
|
||||
# Note: These examples do not set authentication details, see the AWS Guide for details.
|
||||
|
||||
# Gather facts about all availabily zones
|
||||
# Gather facts about all availability zones
|
||||
- aws_az_facts:
|
||||
|
||||
# Gather facts about a single availability zone
|
||||
|
||||
Reference in New Issue
Block a user