From efcc2e33bafc3101dfbf7caacbc7cc6f8053541a Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 12 Sep 2016 07:04:04 +0100 Subject: [PATCH] docs: Fix misspelled words --- r/image.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/image.html.markdown b/r/image.html.markdown index b2c44369..a2005300 100644 --- a/r/image.html.markdown +++ b/r/image.html.markdown @@ -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