From de1ed384787f7a629ca6b1a25e89a84af463515a Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Wed, 1 Nov 2023 13:49:27 -0400 Subject: [PATCH] s/seperated/separated (#602) --- content/contribute/code-style-guide.md | 2 +- content/master/software/install.md | 2 +- content/v1.12/software/install.md | 2 +- content/v1.13/software/install.md | 2 +- content/v1.14/cli/command-reference.md | 2 +- content/v1.14/software/install.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/contribute/code-style-guide.md b/content/contribute/code-style-guide.md index 83af3ed5c..00ad21500 100644 --- a/content/contribute/code-style-guide.md +++ b/content/contribute/code-style-guide.md @@ -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 diff --git a/content/master/software/install.md b/content/master/software/install.md index 874f1aef6..95d9e6d4d 100644 --- a/content/master/software/install.md +++ b/content/master/software/install.md @@ -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: diff --git a/content/v1.12/software/install.md b/content/v1.12/software/install.md index c61f8a60c..abde803c0 100644 --- a/content/v1.12/software/install.md +++ b/content/v1.12/software/install.md @@ -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: diff --git a/content/v1.13/software/install.md b/content/v1.13/software/install.md index 1fdf7c5b2..2cfa7b84e 100644 --- a/content/v1.13/software/install.md +++ b/content/v1.13/software/install.md @@ -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: diff --git a/content/v1.14/cli/command-reference.md b/content/v1.14/cli/command-reference.md index 016aad416..83c44ed13 100644 --- a/content/v1.14/cli/command-reference.md +++ b/content/v1.14/cli/command-reference.md @@ -135,7 +135,7 @@ For example, to install version 0.42.0 of the | ------------ | ------------- | ------------------------------ | | | `--runtime-config=` | Install the package with a runtime configuration. | | `-m` | `--manual-activation` | Set the `revisionActiviationPolicy` to `Manual`. | -| | `--package-pull-secrets=` | A comma-seperated list of Kubernetes secrets to use for authenticating to the package registry. | +| | `--package-pull-secrets=` | A comma-separated list of Kubernetes secrets to use for authenticating to the package registry. | | `-r` | `--revision-history-limit=` | Set the `revisionHistoryLimit`. Defaults to `1`. | | `-w` | `--wait=` | Number of seconds to wait for a package to install. | diff --git a/content/v1.14/software/install.md b/content/v1.14/software/install.md index 1d4830e39..9f318b19c 100644 --- a/content/v1.14/software/install.md +++ b/content/v1.14/software/install.md @@ -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: