diff --git a/internal/flags/helpers.go b/internal/flags/helpers.go index d4b8e373cc45..b97f96d59e33 100644 --- a/internal/flags/helpers.go +++ b/internal/flags/helpers.go @@ -225,7 +225,7 @@ func wordWrap(s string, width int) string { return output.String() } -// AutoEnvVars extends all the specific CLI flags with automatically generated +// AutoEnvVars extens all the specific CLI flags with automatically generated // env vars by capitalizing the flag, replacing . with _ and prefixing it with // the specified string. //