Skip to content

Commit 9693458

Browse files
authored
Fix inconsistent usage of term
The term "control plane" is written as title case (e.g. Control Plane) only in this document. When it is referenced, it creates inconsistency in other documents. This commit will fix it by lower-casing the second word.
1 parent 2c5fabe commit 9693458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/glossary/kube-controller-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- architecture
1212
- fundamental
1313
---
14-
Control Plane component that runs {{< glossary_tooltip text="controller" term_id="controller" >}} processes.
14+
Control plane component that runs {{< glossary_tooltip text="controller" term_id="controller" >}} processes.
1515

1616
<!--more-->
1717

0 commit comments

Comments
 (0)