From 20919c3b43839fe412178aeb71c13fe2ee0a0d46 Mon Sep 17 00:00:00 2001 From: Vaso Putica Date: Wed, 29 Jan 2025 09:45:32 +0100 Subject: [PATCH] Fix minor typo in Dual Stack Networking documentation --- docs/networking/020_dual_stack.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking/020_dual_stack.adoc b/docs/networking/020_dual_stack.adoc index b3d69ffe8..4f64d7331 100644 --- a/docs/networking/020_dual_stack.adoc +++ b/docs/networking/020_dual_stack.adoc @@ -11,7 +11,7 @@ == Dual Stack Networking This section describes using Coherence and the Operator with a dual stack Kubernetes cluster, -where Pods and Services can have both IPv4 and IPv4 interfaces. +where Pods and Services can have both IPv4 and IPv6 interfaces. [NOTE] ====