Skip to content

Commit 70873fc

Browse files
authored
Merge pull request #25783 from DanRoscigno/patch-1
Correct camelcase of DaemonSet
2 parents df1f8c7 + 64594a4 commit 70873fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Do | Don't
143143
:--| :-----
144144
Set the value of the `replicas` field in the configuration file. | Set the value of the "replicas" field in the configuration file.
145145
The value of the `exec` field is an ExecAction object. | The value of the "exec" field is an ExecAction object.
146-
Run the process as a Daemonset in the `kube-system` namespace. | Run the process as a Daemonset in the kube-system namespace.
146+
Run the process as a DaemonSet in the `kube-system` namespace. | Run the process as a DaemonSet in the kube-system namespace.
147147
{{< /table >}}
148148

149149
### Use code style for Kubernetes command tool and component names

0 commit comments

Comments
 (0)