Skip to content

Commit 2900c15

Browse files
authored
Merge pull request #29907 from aysabzevar/main
fix a grammar mistake - English version
2 parents 9c475f3 + 739a721 commit 2900c15

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
@@ -1128,7 +1128,7 @@ spec:
11281128
```
11291129

11301130
{{< note >}}
1131-
ExternalName accepts an IPv4 address string, but as a DNS names comprised of digits, not as an IP address. ExternalNames that resemble IPv4 addresses are not resolved by CoreDNS or ingress-nginx because ExternalName
1131+
ExternalName accepts an IPv4 address string, but as a DNS name comprised of digits, not as an IP address. ExternalNames that resemble IPv4 addresses are not resolved by CoreDNS or ingress-nginx because ExternalName
11321132
is intended to specify a canonical DNS name. To hardcode an IP address, consider using
11331133
[headless Services](#headless-services).
11341134
{{< /note >}}

0 commit comments

Comments
 (0)