Skip to content

Commit e60d558

Browse files
authored
Merge pull request #42145 from andrewreeman/patch-1
Fix grammatical issue with 'create workload object'
2 parents 871b97d + 4f9dc62 commit e60d558

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Ultimately, your applications run as containers inside
1313
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

16-
You use the Kubernetes API to create workload
17-
{{< glossary_tooltip text="object" term_id="object" >}} that represent a higher level
18-
abstraction than a Pod, and then the Kubernetes
16+
You use the Kubernetes API to create a workload
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)