mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-02 04:49:34 -05:00
docs: Fix misspelled words
This commit is contained in:
parent
3f12dfcb35
commit
efcc2e33ba
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ description: |-
|
|||
Pulls a Docker image to a given Docker host from a Docker Registry.
|
||||
|
||||
This resource will *not* pull new layers of the image automatically unless used in
|
||||
conjuction with [`docker_registry_image`](/docs/providers/docker/d/registry_image.html)
|
||||
conjunction with [`docker_registry_image`](/docs/providers/docker/d/registry_image.html)
|
||||
data source to update the `pull_trigger` field.
|
||||
|
||||
## Example Usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue