Fix typo in example (#48651)
Changed from 'availabily' to 'availability' Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
7db4352f6e
commit
82937654de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue