s/seperated/separated (#602)

This commit is contained in:
Pete Lumbis 2023-11-01 13:49:27 -04:00 committed by GitHub
parent 4a77de5f8e
commit de1ed38478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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. |

View File

@ -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: