Spelling typo (#56878)

Changed 'creatd' to 'created'
pull/4420/head
David Parrish 2019-05-23 23:52:15 -04:00 committed by Abhijeet Kasurde
parent 7834da41ff
commit 6ebfe413b0
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ notes:
- You can copy a file from the host to the container
with the Ansible M(copy) and M(template) module and the `lxd` connection plugin.
See the example below.
- You can copy a file in the creatd container to the localhost
- You can copy a file in the created container to the localhost
with `command=lxc file pull container_name/dir/filename filename`.
See the first example below.
'''