diff --git a/helm-toolkit/templates/utils/_joinListWithComma.tpl b/helm-toolkit/templates/utils/_joinListWithComma.tpl index 731d816ed2..39595b123b 100644 --- a/helm-toolkit/templates/utils/_joinListWithComma.tpl +++ b/helm-toolkit/templates/utils/_joinListWithComma.tpl @@ -16,7 +16,7 @@ limitations under the License. {{/* abstract: | - Joins a list of values into a comma seperated string + Joins a list of values into a comma separated string values: | test: - foo diff --git a/helm-toolkit/templates/utils/_joinListWithPrefix.tpl b/helm-toolkit/templates/utils/_joinListWithPrefix.tpl index cc7160f0e4..2dae450b2e 100644 --- a/helm-toolkit/templates/utils/_joinListWithPrefix.tpl +++ b/helm-toolkit/templates/utils/_joinListWithPrefix.tpl @@ -16,7 +16,7 @@ limitations under the License. {{/* abstract: | - Joins a list of prefixed values into a space seperated string + Joins a list of prefixed values into a space separated string values: | test: - foo diff --git a/helm-toolkit/templates/utils/_joinListWithSpace.tpl b/helm-toolkit/templates/utils/_joinListWithSpace.tpl index e8d13591e1..8e0c056454 100644 --- a/helm-toolkit/templates/utils/_joinListWithSpace.tpl +++ b/helm-toolkit/templates/utils/_joinListWithSpace.tpl @@ -16,7 +16,7 @@ limitations under the License. {{/* abstract: | - Joins a list of values into a space seperated string + Joins a list of values into a space separated string values: | test: - foo