internal/flags: fix typo (#28133)

fix(flag): one typo
This commit is contained in:
phenix3443
2023-09-17 17:02:11 +03:00
committed by GitHub
parent 217719347d
commit 52234eb172
+1 -1
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.
//