@@ -33,7 +33,7 @@ configuration checks using [Open Policy Agent (OPA)](https://www.openpolicyagent
3333
3434Preflight was originally designed to automate Jetstack's production readiness assessments.
3535These are consulting sessions in which a Jetstack engineer inspects a customer's
36- cluster to suggest improvements and identify configuration issues.
36+ cluster to suggest improvements and identify configuration issues.
3737The product of this assessment is a report
3838which describes any problems and offers remediation advice.
3939
@@ -70,7 +70,7 @@ A Preflight package consists of a *Policy Manifest* and a
7070[ Rego] ( https://www.openpolicyagent.org/docs/latest/#rego ) package.
7171
7272The * Policy Manifest* is a YAML file that specifies a package's rules.
73- It gives descriptions of the rules and remeditation advice,
73+ It gives descriptions of the rules and remediation advice,
7474so the tool can display useful information when a rule doesn't pass.
7575
7676Rego is OPA's high-level declarative language for specifying rules.
@@ -112,7 +112,7 @@ preflight check
112112You can try the Pods example
113113[ ` ./examples/pods.preflight.yaml ` ] ( ./examples/pods.preflight.yaml )
114114without having to change a line,
115- if you have your * kubeconfig* is located at ` ~/.kube/config ` and
115+ if your * kubeconfig* is located at ` ~/.kube/config ` and
116116is pointing to a working cluster.
117117
118118```
0 commit comments