Skip to content

Commit e0bc9d8

Browse files
authored
Fix typos in README.md (#116)
Signed-off-by: Sharjeel Aziz <[email protected]>
1 parent 5c8120c commit e0bc9d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ configuration checks using [Open Policy Agent (OPA)](https://www.openpolicyagent
3333

3434
Preflight was originally designed to automate Jetstack's production readiness assessments.
3535
These 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.
3737
The product of this assessment is a report
3838
which 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

7272
The *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,
7474
so the tool can display useful information when a rule doesn't pass.
7575

7676
Rego is OPA's high-level declarative language for specifying rules.
@@ -112,7 +112,7 @@ preflight check
112112
You can try the Pods example
113113
[`./examples/pods.preflight.yaml`](./examples/pods.preflight.yaml)
114114
without 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
116116
is pointing to a working cluster.
117117

118118
```

0 commit comments

Comments
 (0)