Skip to content

Commit e47fba2

Browse files
authored
Fix typo
1 parent 76fc52c commit e47fba2

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+2
-2
lines changed

content/en/docs/concepts/overview/working-with-objects/finalizers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and the controller deletes the volume.
4747
Like {{<glossary_tooltip text="labels" term_id="label">}}, [owner references](/concepts/overview/working-with-objects/owners-dependents/)
4848
describe the relationships between objects in Kubernetes, but are used for a
4949
different purpose. When a
50-
{{<glossary_tooltip text="controllers" term_id="controller">}} manages objects
50+
{{<glossary_tooltip text="controller" term_id="controller">}} manages objects
5151
like Pods, it uses labels to track changes to groups of related objects. For
5252
example, when a {{<glossary_tooltip text="Job" term_id="job">}} creates one or
5353
more Pods, the Job controller applies labels to those pods and tracks changes to
@@ -77,4 +77,4 @@ your cluster.
7777
## {{% heading "whatsnext" %}}
7878

7979
* Read [Using Finalizers to Control Deletion](/blog/2021/05/14/using-finalizers-to-control-deletion/)
80-
on the Kubernetes blog.
80+
on the Kubernetes blog.

0 commit comments

Comments
 (0)