diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx
index 54006fd8a..72af8ad0e 100644
--- a/website/content/docs/install/index.mdx
+++ b/website/content/docs/install/index.mdx
@@ -209,6 +209,7 @@ $ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/rel
sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
```
+
Install consul-cni CNI plugin
If the `transparent_proxy` block is used for Consul Service Mesh, then the
@@ -222,7 +223,7 @@ $ curl -L -o consul-cni.zip "https://releases.hashicorp.com/consul-cni/1.5.0/con
sudo unzip consul-cni.zip -d /opt/cni/bin
```
-Configure bridge network to route traffic through iptables
+Configure bridge network to route traffic through iptables
Ensure your Linux operating system distribution has been configured to allow
container traffic through the bridge network to be routed via iptables. These
@@ -318,6 +319,7 @@ $ curl -L -o cni-plugins.tgz "https://github.com/containernetworking/plugins/rel
sudo tar -C /opt/cni/bin -xzf cni-plugins.tgz
```
+
Install consul-cni CNI plugin
If the `transparent_proxy` block is used for Consul Service Mesh, then the
@@ -364,7 +366,7 @@ $ sudo yum -y install consul-cni
-Configure bridge network to route traffic through iptables
+Configure bridge network to route traffic through iptables
Ensure your Linux operating system distribution has been configured to allow
container traffic through the bridge network to be routed via iptables. These