Skip to content

Commit a60955f

Browse files
authored
Merge pull request #30177 from lucasbasquerotto/patch-2
Fix typo at network-policies.md
2 parents de82615 + c9847da commit a60955f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/network-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The following restrictions apply when using this field:
261261
at a cluster level, you (or your cluster administrator) need to disable the
262262
`NetworkPolicyEndPort` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
263263
for the API server with `--feature-gates=NetworkPolicyEndPort=false,…`.
264-
* The `endPort` field must be equal than or greater to the `port` field.
264+
* The `endPort` field must be equal to or greater than the `port` field.
265265
* `endPort` can only be defined if `port` is also defined.
266266
* Both ports must be numeric.
267267

0 commit comments

Comments
 (0)