Skip to content

Commit

Permalink
docs: Fix typo in website docs (open-policy-agent#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
triangularcover authored and davis-haba committed Mar 7, 2023
1 parent 0143b51 commit 2f60838
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/docs/expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The `ExpansionTemplate` custom resource specifies:
the `ExpansionTemplate`, the enforcement action set by the Constraint in
violation will be used.

Here is an example of a `ExpansionTemplate` that specifies that `DeamonSet`,
Here is an example of a `ExpansionTemplate` that specifies that `DaemonSet`,
`Deployment`, `Job`, `ReplicaSet`, `ReplicationController`, and `StatefulSet`
should be expanded into a `Pod`.

Expand All @@ -101,7 +101,7 @@ metadata:
spec:
applyTo:
- groups: ["apps"]
kinds: ["DeamonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"]
kinds: ["DaemonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"]
versions: ["v1"]
templateSource: "spec.template"
enforcementAction: "warn"
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v3.10.x/expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The `ExpansionTemplate` custom resource specifies:
the `ExpansionTemplate`, the enforcement action set by the Constraint in
violation will be used.

Here is an example of a `ExpansionTemplate` that specifies that `DeamonSet`,
Here is an example of a `ExpansionTemplate` that specifies that `DaemonSet`,
`Deployment`, `Job`, `ReplicaSet`, `ReplicationController`, and `StatefulSet`
should be expanded into a `Pod`.

Expand All @@ -101,7 +101,7 @@ metadata:
spec:
applyTo:
- groups: ["apps"]
kinds: ["DeamonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"]
kinds: ["DaemonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"]
versions: ["v1"]
templateSource: "spec.template"
enforcementAction: "warn"
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v3.11.x/expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The `ExpansionTemplate` custom resource specifies:
the `ExpansionTemplate`, the enforcement action set by the Constraint in
violation will be used.

Here is an example of a `ExpansionTemplate` that specifies that `DeamonSet`,
Here is an example of a `ExpansionTemplate` that specifies that `DaemonSet`,
`Deployment`, `Job`, `ReplicaSet`, `ReplicationController`, and `StatefulSet`
should be expanded into a `Pod`.

Expand All @@ -101,7 +101,7 @@ metadata:
spec:
applyTo:
- groups: ["apps"]
kinds: ["DeamonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"]
kinds: ["DaemonSet", "Deployment", "Job", "ReplicaSet", "ReplicationController", "StatefulSet"]
versions: ["v1"]
templateSource: "spec.template"
enforcementAction: "warn"
Expand Down

0 comments on commit 2f60838

Please sign in to comment.