diff --git a/pkg/lint/recipe.go b/pkg/lint/recipe.go index d41ffa78..72e3b526 100644 --- a/pkg/lint/recipe.go +++ b/pkg/lint/recipe.go @@ -119,7 +119,7 @@ var LintRules = map[string][]LintRule{ Ref: "R014", Level: "warn", Description: "Long secret names", - HowToResolve: "Reduce the lenght of secret names to 12 characters.", + HowToResolve: "Reduce the length of secret names to 12 characters.", Function: LintSecretLengths, }, },