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-12 22:19:50 -0700
commita5373e3e990b940619ba9d07246fe106c57edde5 (patch)
treefff61192284a9fab75ec43769c4e6617618433ad
parent5b5d796db2cd130bdc843038bf471ebe7dc3325a (diff)
Fix a comma ","
Change-Id: Icaddfaa8e291ed90362a8a138c84a5bb8ed7b2e0 Signed-off-by: BIN HU <bin.hu@att.com>
-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