Fix the comment in the example. (#3050)
Fix the typo: `Crate` -> `Create`. Make a complete sentence. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
cdd874e61d
commit
50092ed629
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ extends_documentation_fragment: vmware.documentation
|
|||
EXAMPLES = '''
|
||||
Example from Ansible playbook
|
||||
#
|
||||
# Crate VM from template
|
||||
# Create a VM from a template
|
||||
#
|
||||
- name: create the VM
|
||||
vmware_guest:
|
||||
|
|
Loading…
Reference in a new issue