From e99c122dfecda180814d5f583593331773ec2e78 Mon Sep 17 00:00:00 2001 From: weiyj Date: Wed, 9 Jan 2019 18:56:18 +0800 Subject: [PATCH] fix typo errors Change-Id: I4571bcce48038452d28318cb7344ac9fea778aea --- helm-toolkit/templates/utils/_joinListWithComma.tpl | 2 +- helm-toolkit/templates/utils/_joinListWithPrefix.tpl | 2 +- helm-toolkit/templates/utils/_joinListWithSpace.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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