Skip to content

Commit 3b2ef2b

Browse files
authored
Merge pull request #44875 from adityasamant25/style-guide
Correct the example in the code style for K8S component names
2 parents 5abcfb5 + a58dbb5 commit 3b2ef2b

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
@@ -156,7 +156,7 @@ Run the process as a DaemonSet in the `kube-system` namespace. | Run the process
156156
{{< table caption = "Do and Don't - Use code style for Kubernetes command tool and component names" >}}
157157
Do | Don't
158158
:--| :-----
159-
The kubelet preserves node stability. | The `kubelet` preserves node stability.
159+
The `kubelet` preserves node stability. | The kubelet preserves node stability.
160160
The `kubectl` handles locating and authenticating to the API server. | The kubectl handles locating and authenticating to the apiserver.
161161
Run the process with the certificate, `kube-apiserver --client-ca-file=FILENAME`. | Run the process with the certificate, kube-apiserver --client-ca-file=FILENAME. |
162162
{{< /table >}}

0 commit comments

Comments
 (0)