Skip to content

Commit 4f9dc62

Browse files
authored
Improved wording on _index.md
1 parent 7121b2b commit 4f9dc62

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Pods would be a lot of effort. For example, if a Pod fails, you probably want to
1414
run a new Pod to replace it. Kubernetes can do that for you.
1515

1616
You use the Kubernetes API to create a workload
17-
{{< glossary_tooltip text="object" term_id="object" >}} that represent a higher level
18-
abstraction than a Pod, and then the Kubernetes
17+
{{< glossary_tooltip text="object" term_id="object" >}} that represents a higher abstraction level
18+
than a Pod, and then the Kubernetes
1919
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} automatically manages
2020
Pod objects on your behalf, based on the specification for the workload object you defined.
2121

0 commit comments

Comments
 (0)