Skip to content

Commit 1c36ecf

Browse files
authored
Merge pull request #25792 from Arhell/sync
[zh] sync style-guide.md
2 parents f25bd77 + 3782927 commit 1c36ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/contribute/style/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Do | Don't
286286
:--| :-----
287287
Set the value of the `replicas` field in the configuration file. | Set the value of the "replicas" field in the configuration file.
288288
The value of the `exec` field is an ExecAction object. | The value of the "exec" field is an ExecAction object.
289-
Run the process as a Daemonset in the `kube-system` namespace. | Run the process as a Daemonset in the kube-system namespace.
289+
Run the process as a DaemonSet in the `kube-system` namespace. | Run the process as a DaemonSet in the kube-system namespace.
290290
{{< /table >}}
291291
-->
292292
### 为对象字段名和名字空间使用代码风格
@@ -296,7 +296,7 @@ Run the process as a Daemonset in the `kube-system` namespace. | Run the process
296296
:--| :-----
297297
在配置文件中设置 `replicas` 字段的值。 | 在配置文件中设置 "replicas" 字段的值。
298298
`exec` 字段的值是一个 ExecAction 对象。 | "exec" 字段的值是一个 ExecAction 对象。
299-
`kube-system` 名字空间中以 Daemonset 形式运行此进程。 | 在 kube-system 名字空间中以 DaemonSet 形式运行此进程。
299+
`kube-system` 名字空间中以 DaemonSet 形式运行此进程。 | 在 kube-system 名字空间中以 DaemonSet 形式运行此进程。
300300
{{< /table >}}
301301

302302
<!--

0 commit comments

Comments
 (0)