From 1400af048ba1461843f84502cfa4a216c7e541ff Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 16 Aug 2017 21:09:07 +0800 Subject: [PATCH] Update declare-network-policy.md modify the double "using" of sentence --- docs/tasks/administer-cluster/declare-network-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/declare-network-policy.md b/docs/tasks/administer-cluster/declare-network-policy.md index 638993a19e..c71fa5db40 100644 --- a/docs/tasks/administer-cluster/declare-network-policy.md +++ b/docs/tasks/administer-cluster/declare-network-policy.md @@ -5,7 +5,7 @@ approvers: title: Declare Network Policy --- {% capture overview %} -This document helps you get started using using the Kubernetes [NetworkPolicy API](/docs/concepts/services-networking/network-policies/) to declare network policies that govern how pods communicate with each other. +This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/concepts/services-networking/network-policies/) to declare network policies that govern how pods communicate with each other. {% endcapture %} {% capture prerequisites %}