Fixed typo in vultur module (#66159)

Changed `exmaple` to `example`
pull/66162/head
GurTelem 5 years ago committed by Abhijeet Kasurde
parent f31b8e08b2
commit 19f77faf7b

@ -148,7 +148,7 @@ vultr_user:
description: Email of the user. description: Email of the user.
returned: success returned: success
type: str type: str
sample: "john@exmaple.com" sample: "john@example.com"
api_enabled: api_enabled:
description: Whether the API is enabled or not. description: Whether the API is enabled or not.
returned: success returned: success

@ -92,7 +92,7 @@ vultr_user_info:
description: Email of the user. description: Email of the user.
returned: success returned: success
type: str type: str
sample: "john@exmaple.com" sample: "john@example.com"
api_enabled: api_enabled:
description: Whether the API is enabled or not. description: Whether the API is enabled or not.
returned: success returned: success

Loading…
Cancel
Save