From 91bb1e34e605a2bfc3fbc4de14921e071af84fd7 Mon Sep 17 00:00:00 2001 From: wujunwei Date: Thu, 29 Sep 2022 21:58:16 +0800 Subject: [PATCH] fix comment grammar error. Signed-off-by: wujunwei (cherry picked from commit 8e1c3d0d397922313e7c3201bd3d01ec1e8747eb) --- pkg/lint/rules/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lint/rules/template.go b/pkg/lint/rules/template.go index bbe82426c18..e6a38915379 100644 --- a/pkg/lint/rules/template.go +++ b/pkg/lint/rules/template.go @@ -141,7 +141,7 @@ func Templates(linter *support.Linter, values map[string]interface{}, namespace break } - // If YAML linting fails, it will always be fails next block. so we should return here. + // If YAML linting fails here, it will always fail in the next block as well, so we should return here. // fix https://github.com/helm/helm/issues/11391 if !linter.RunLinterRule(support.ErrorSev, fpath, validateYamlContent(err)) { return