summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBIN HU <bin.hu@att.com>2018-10-12 22:19:50 -0700
committerBin Hu <bin.hu@att.com>2018-10-13 05:27:37 +0000
commitb694e061d19bf856f9e8b3df10e6e6ed22d0cdc1 (patch)
treefff61192284a9fab75ec43769c4e6617618433ad
parentb139e94b3fb16c9a3d8bbeed06854278d782546c (diff)
Fix a comma ","
Change-Id: Icaddfaa8e291ed90362a8a138c84a5bb8ed7b2e0 Signed-off-by: BIN HU <bin.hu@att.com> (cherry picked from commit a5373e3e990b940619ba9d07246fe106c57edde5)
-rw-r--r--docs/release/userguide/docker-ipv6-simple-cluster-topology.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/userguide/docker-ipv6-simple-cluster-topology.rst b/docs/release/userguide/docker-ipv6-simple-cluster-topology.rst
index c462bc7..8690e03 100644
--- a/docs/release/userguide/docker-ipv6-simple-cluster-topology.rst
+++ b/docs/release/userguide/docker-ipv6-simple-cluster-topology.rst
@@ -9,7 +9,7 @@ Docker IPv6 Simple Cluster Topology
Using external switches or routers allows you to enable IPv6 communication
between containers on different hosts. We have two physical hosts: Host1 &
Host2, and we will study here two scenarios: one with Switch and the other
-one with router on the top of hierarchy connecting those 2 hosts. Both hosts
+one with router on the top of hierarchy, connecting those 2 hosts. Both hosts
host a pair of containers in a cluster. The contents are borrowed from
article [1]_ below, which can be used on any Linux distro (CentOS, Ubuntu,
OpenSUSE etc) with latest kernel. A sample testing is pointed in the blog