Skip to content

Commit 9b27475

Browse files
authored
Merge pull request #46415 from hamza-cskn/patch-1
fix minor typo in connect-applications-service.md
2 parents dbc2743 + e4abc30 commit 9b27475

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)