From 65dbc312c73cbe7873dd63aac60d9c2d0198052c Mon Sep 17 00:00:00 2001 From: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> Date: Wed, 27 Apr 2022 18:30:27 -0400 Subject: [PATCH] doc: adopt PR comment suggestion --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 571d5f2a0a..6d3312e204 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -205,7 +205,7 @@ The name of the Endpoints object must be a valid [DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names). When you create an [Endpoints](docs/reference/kubernetes-api/service-resources/endpoints-v1/) -object for a Service, you set the name of the new Endpoints to be the same as the +object for a Service, you set the name of the new Endpoints object to be the same as the name of the Service. {{< note >}}