Skip to content

Commit e4abc30

Browse files
authored
fix typo in connect-applications-service.md
was: 'a labels' now: 'a label'
1 parent aa7d9ed commit e4abc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ As mentioned previously, a Service is backed by a group of Pods. These Pods are
115115
exposed through
116116
{{<glossary_tooltip term_id="endpoint-slice" text="EndpointSlices">}}.
117117
The Service's selector will be evaluated continuously and the results will be POSTed
118-
to an EndpointSlice that is connected to the Service using a
118+
to an EndpointSlice that is connected to the Service using
119119
{{< glossary_tooltip text="labels" term_id="label" >}}.
120120
When a Pod dies, it is automatically removed from the EndpointSlices that contain it
121121
as an endpoint. New Pods that match the Service's selector will automatically get added

0 commit comments

Comments
 (0)