diff --git a/lib/ansible/modules/cloud/amazon/aws_caller_facts.py b/lib/ansible/modules/cloud/amazon/aws_caller_facts.py index e55b9d54f3a..06b20a73285 100644 --- a/lib/ansible/modules/cloud/amazon/aws_caller_facts.py +++ b/lib/ansible/modules/cloud/amazon/aws_caller_facts.py @@ -13,7 +13,7 @@ DOCUMENTATION = ''' module: aws_caller_facts short_description: Get facts about the user and account being used to make AWS calls. description: - - This module returns information about the accont and user / role that the AWS access tokens are from. + - This module returns information about the account and user / role from which the AWS access tokens originate. - The primary use of this is to get the account id for templating into ARNs or similar to avoid needing to specify this information in inventory. version_added: "2.6"