diff --git a/helm-toolkit/templates/utils/_joinListWithComma.tpl b/helm-toolkit/templates/utils/_joinListWithComma.tpl index 731d816ed..39595b123 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 cc7160f0e..2dae450b2 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 e8d13591e..8e0c05645 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