From 089b4b3b9927d4bc3b0dfca410a2536f882e166c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 7 Apr 2025 14:21:00 +1000 Subject: [PATCH] DOC-3196: Fix typo in Docker pull command for import/export installation instructions. --- ...t-from-word-and-export-to-word-installation-on-premises.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc b/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc index e79bb83ab8..efb79a5ae1 100644 --- a/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc +++ b/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc @@ -32,7 +32,7 @@ Pull the Docker image: [source, sh, subs="attributes+"] ---- -docker pull docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version] +docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version] ---- [TIP]