From ec8ba1453c95bf6b7277267e5f0696e0bf228150 Mon Sep 17 00:00:00 2001 From: Gaffey <253896514@qq.com> Date: Tue, 15 Feb 2022 15:07:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Amarkdown=20=E6=96=9C=E4=BD=93?= =?UTF-8?q?=E6=9C=AA=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/zh/docs/tutorials/stateless-application/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tutorials/stateless-application/guestbook.md b/content/zh/docs/tutorials/stateless-application/guestbook.md index ece9037f7d..7482890aa2 100644 --- a/content/zh/docs/tutorials/stateless-application/guestbook.md +++ b/content/zh/docs/tutorials/stateless-application/guestbook.md @@ -29,7 +29,7 @@ min-kubernetes-server-version: v1.14 This tutorial shows you how to build and deploy a simple _(not production ready)_, multi-tier web application using Kubernetes and [Docker](https://www.docker.com/). This example consists of the following components: --> 本教程向您展示如何使用 Kubernetes 和 [Docker](https://www.docker.com/) 构建和部署 -一个简单的_(非面向生产)的_多层 web 应用程序。本例由以下组件组成: +一个简单的 _(非面向生产的)_ 多层 web 应用程序。本例由以下组件组成: