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 GitHub
parent 217719347d
commit 52234eb172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
//