Skip to content

Commit ac6f58b

Browse files
Fix grammar in Network Policy documentation (#1210)
1 parent 8a2911f commit ac6f58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/network_policy.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
layout: "kubernetes"
33
page_title: "Kubernetes: kubernetes_network_policy"
44
description: |-
5-
Kubernetes supports network policies to specificy of how groups of pods are allowed to communicate with each other and other network endpoints.
5+
Kubernetes supports network policies to specify how groups of pods are allowed to communicate with each other and with other network endpoints.
66
NetworkPolicy resources use labels to select pods and define rules which specify what traffic is allowed to the selected pods.
77
---
88

99
# kubernetes_network_policy
1010

11-
Kubernetes supports network policies to specificy of how groups of pods are allowed to communicate with each other and other network endpoints.
11+
Kubernetes supports network policies to specify how groups of pods are allowed to communicate with each other and with other network endpoints.
1212
NetworkPolicy resources use labels to select pods and define rules which specify what traffic is allowed to the selected pods.
1313
Read more about network policies at https://kubernetes.io/docs/concepts/services-networking/network-policies/
1414

0 commit comments

Comments
 (0)