Skip to content

Commit a013013

Browse files
claudiajkangk8s-ci-robot
authored andcommitted
Fix IPV4 typo to IPv4 (#18393)
1 parent e9cdcab commit a013013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/dual-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following Service specification includes the `ipFamily` field. Kubernetes wi
8585

8686
{{< codenew file="service/networking/dual-stack-ipv6-svc.yaml" >}}
8787

88-
For comparison, the following Service specification will be assigned an IPV4 address (also known as a "cluster IP") from the configured `service-cluster-ip-range` to this Service.
88+
For comparison, the following Service specification will be assigned an IPv4 address (also known as a "cluster IP") from the configured `service-cluster-ip-range` to this Service.
8989

9090
{{< codenew file="service/networking/dual-stack-ipv4-svc.yaml" >}}
9191

0 commit comments

Comments
 (0)