diff --git a/lib/ansible/modules/cloud/vultr/vultr_user.py b/lib/ansible/modules/cloud/vultr/vultr_user.py index f1373b2bd50..2c72bfd183d 100644 --- a/lib/ansible/modules/cloud/vultr/vultr_user.py +++ b/lib/ansible/modules/cloud/vultr/vultr_user.py @@ -148,7 +148,7 @@ vultr_user: description: Email of the user. returned: success type: str - sample: "john@exmaple.com" + sample: "john@example.com" api_enabled: description: Whether the API is enabled or not. returned: success diff --git a/lib/ansible/modules/cloud/vultr/vultr_user_info.py b/lib/ansible/modules/cloud/vultr/vultr_user_info.py index 6e850cd86b5..65e21cca111 100644 --- a/lib/ansible/modules/cloud/vultr/vultr_user_info.py +++ b/lib/ansible/modules/cloud/vultr/vultr_user_info.py @@ -92,7 +92,7 @@ vultr_user_info: description: Email of the user. returned: success type: str - sample: "john@exmaple.com" + sample: "john@example.com" api_enabled: description: Whether the API is enabled or not. returned: success