From 0480235758a38a6082ac6d349107b73e03cc99c7 Mon Sep 17 00:00:00 2001 From: Rich M Date: Sun, 1 Oct 2023 11:53:45 +0100 Subject: [PATCH] Fix typo. --- pkg/lint/recipe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, },