Skip to content

Commit c3eb736

Browse files
jpbetzlavalamp
andauthored
Apply spelling fixes
Co-authored-by: Daniel Smith <[email protected]>
1 parent 6bfa6de commit c3eb736

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-api-machinery/3488-cel-admission-control

1 file changed

+2
-2
lines changed

keps/sig-api-machinery/3488-cel-admission-control/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Policy definitions are responsible for:
473473
Each `ValidatingAdmissionPolicy` resource contains a `spec.match` to declare
474474
what resources it validates. This field is required.
475475

476-
- `spec.match` constraints which resources this policy can be applied to. Policy
476+
- `spec.match` constrains which resources this policy can be applied to. Policy
477477
configurations each have match rules with further narrow this constraint, but
478478
cannot expand it. This allows the CEL expressions to make safe assumptions.
479479
E.g. a CEL expression that is constrained to CREATES and UPDATES of resources
@@ -507,7 +507,7 @@ See below "Reporting violations to Clients" for more detail about how the
507507

508508
Policy configurations are the interface between `ValidatingAdmissionPolicy`
509509
authors and the administrators that configure the policies for clusters. The
510-
configurations allows policy definition authors to define how exactly a
510+
configuration allows policy definition authors to define how exactly a
511511
`ValidatingAdmissionPolicy` may be configured using a OpenAPIv3 structural
512512
schema.
513513

0 commit comments

Comments
 (0)