Skip to content

Commit 7f72afc

Browse files
authored
Merge pull request #38619 from narqo/patch-1
Fix unnecessary repetition in service.md
2 parents 0a72923 + 1951100 commit 7f72afc

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ spec:
193193
```
194194

195195
Because this Service has no selector, the corresponding EndpointSlice (and
196-
legacy Endpoints) objects are not created automatically. You can manually map the Service
196+
legacy Endpoints) objects are not created automatically. You can map the Service
197197
to the network address and port where it's running, by adding an EndpointSlice
198198
object manually. For example:
199199

0 commit comments

Comments
 (0)