From 15c6e38991c224eead3e2c8c4c0d7c91bee4c3c9 Mon Sep 17 00:00:00 2001 From: xieyanker Date: Tue, 27 Oct 2020 14:28:46 +0800 Subject: [PATCH] Fix format error --- .../debug-application-cluster/get-shell-running-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md b/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md index 591e9ea1a4..f87b7ce205 100644 --- a/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md +++ b/content/zh/docs/tasks/debug-application-cluster/get-shell-running-container.md @@ -137,7 +137,7 @@ In your shell, create an `index.html` file in the `/usr/share/nginx/html` directory: --> -在 shell 中,在 `/usr/share/nginx/html` 目录创建一个 `index.html 文件: +在 shell 中,在 `/usr/share/nginx/html` 目录创建一个 `index.html` 文件: ```shell root@shell-demo:/# echo Hello shell demo > /usr/share/nginx/html/index.html