Skip to content

Commit 7121b2b

Browse files
authored
Update _index.md
Using indefinite article for 'create a workload object'
1 parent b4abd5a commit 7121b2b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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
16+
You use the Kubernetes API to create a workload
1717
{{< glossary_tooltip text="object" term_id="object" >}} that represent a higher level
1818
abstraction than a Pod, and then the Kubernetes
1919
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} automatically manages

0 commit comments

Comments
 (0)