From 378292786e00c8162b27b3fe184a385e14867150 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 24 Dec 2020 00:50:53 +0200 Subject: [PATCH] [zh] sync style-guide.md --- content/zh/docs/contribute/style/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/contribute/style/style-guide.md b/content/zh/docs/contribute/style/style-guide.md index f03833cfaa..eefeb1d3c6 100644 --- a/content/zh/docs/contribute/style/style-guide.md +++ b/content/zh/docs/contribute/style/style-guide.md @@ -286,7 +286,7 @@ Do | Don't :--| :----- Set the value of the `replicas` field in the configuration file. | Set the value of the "replicas" field in the configuration file. The value of the `exec` field is an ExecAction object. | The value of the "exec" field is an ExecAction object. -Run the process as a Daemonset in the `kube-system` namespace. | Run the process as a Daemonset in the kube-system namespace. +Run the process as a DaemonSet in the `kube-system` namespace. | Run the process as a DaemonSet in the kube-system namespace. {{< /table >}} --> ### 为对象字段名和名字空间使用代码风格 @@ -296,7 +296,7 @@ Run the process as a Daemonset in the `kube-system` namespace. | Run the process :--| :----- 在配置文件中设置 `replicas` 字段的值。 | 在配置文件中设置 "replicas" 字段的值。 `exec` 字段的值是一个 ExecAction 对象。 | "exec" 字段的值是一个 ExecAction 对象。 -在 `kube-system` 名字空间中以 Daemonset 形式运行此进程。 | 在 kube-system 名字空间中以 DaemonSet 形式运行此进程。 +在 `kube-system` 名字空间中以 DaemonSet 形式运行此进程。 | 在 kube-system 名字空间中以 DaemonSet 形式运行此进程。 {{< /table >}}