Skip to content

Commit ccefac9

Browse files
authored
Fix typo
Changed ValidatingAdmisisonPolicy to ValidatingAdmissionPolicy
1 parent 72542ad commit ccefac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ VMware vSphere | https://www.vmware.com/security/hardening-guides |
8888
You can define security policies using Kubernetes-native mechanisms,
8989
such as [NetworkPolicy](/docs/concepts/services-networking/network-policies/)
9090
(declarative control over network packet filtering) or
91-
[ValidatingAdmisisonPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) (declarative restrictions on what changes
91+
[ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) (declarative restrictions on what changes
9292
someone can make using the Kubernetes API).
9393

9494
However, you can also rely on policy implementations from the wider

0 commit comments

Comments
 (0)