From a8750781a8e7e91dd784a5f08b9e95abfa862af2 Mon Sep 17 00:00:00 2001 From: Sergey Bakulin Date: Fri, 19 Jan 2024 17:46:01 +0300 Subject: [PATCH] docs: fix typo --- .../self_hosted/_includes/ydb_docker/02_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/02_install.md b/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/02_install.md index 8069f28edde9..5e72846287d3 100644 --- a/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/02_install.md +++ b/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/02_install.md @@ -1,6 +1,6 @@ ## Installation {#install} -Upload the current public version of the Docker image: +Download the current public version of the Docker image: ```bash docker pull {{ ydb_local_docker_image }}:{{ ydb_local_docker_image_tag }}