Skip to content

Commit

Permalink
s/seperated/separated (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumbis authored Nov 1, 2023
1 parent 4a77de5 commit de1ed38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/contribute/code-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ metadata:
```
````

Combining copying and highlighting in a single comma-seperated annotation.
Combining copying and highlighting in a single comma-separated annotation.
````yaml {copy-lines="2-5", hl_lines="2-3"}
```yaml {copy-lines="2-5", hl_lines="2-3"}
apiVersion: pkg.crossplane.io/v1
Expand Down
2 changes: 1 addition & 1 deletion content/master/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ crossplane-stable/crossplane \
--set image.pullPolicy=Always
```

Helm supports comma-seperated arguments.
Helm supports comma-separated arguments.

For example, to change the image pull policy and number of replicas:

Expand Down
2 changes: 1 addition & 1 deletion content/v1.12/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ crossplane-stable/crossplane \
--set image.pullPolicy=Always
```

Helm supports comma-seperated arguments.
Helm supports comma-separated arguments.

For example, to change the image pull policy and number of replicas:

Expand Down
2 changes: 1 addition & 1 deletion content/v1.13/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ crossplane-stable/crossplane \
--set image.pullPolicy=Always
```

Helm supports comma-seperated arguments.
Helm supports comma-separated arguments.

For example, to change the image pull policy and number of replicas:

Expand Down
2 changes: 1 addition & 1 deletion content/v1.14/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ For example, to install version 0.42.0 of the
| ------------ | ------------- | ------------------------------ |
| | `--runtime-config=<runtime config name>` | Install the package with a runtime configuration. |
| `-m` | `--manual-activation` | Set the `revisionActiviationPolicy` to `Manual`. |
| | `--package-pull-secrets=<list of secrets>` | A comma-seperated list of Kubernetes secrets to use for authenticating to the package registry. |
| | `--package-pull-secrets=<list of secrets>` | A comma-separated list of Kubernetes secrets to use for authenticating to the package registry. |
| `-r` | `--revision-history-limit=<number of revisions>` | Set the `revisionHistoryLimit`. Defaults to `1`. |
| `-w` | `--wait=<number of seconds>` | Number of seconds to wait for a package to install. |

Expand Down
2 changes: 1 addition & 1 deletion content/v1.14/software/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ crossplane-stable/crossplane \
--set image.pullPolicy=Always
```

Helm supports comma-seperated arguments.
Helm supports comma-separated arguments.

For example, to change the image pull policy and number of replicas:

Expand Down

0 comments on commit de1ed38

Please sign in to comment.