internal/flags: fix typo (#28133)

fix(flag): one typo
This commit is contained in:
phenix3443 2023-09-17 22:02:11 +08:00 committed by devopsbo3
parent 664137285f
commit 5d5f12f179

View file

@ -225,7 +225,7 @@ func wordWrap(s string, width int) string {
return output.String()
}
// AutoEnvVars extens all the specific CLI flags with automatically generated
// AutoEnvVars extends all the specific CLI flags with automatically generated
// env vars by capitalizing the flag, replacing . with _ and prefixing it with
// the specified string.
//