internal/flags: fix typo (#28133)

fix(flag): one typo
pull/28137/head
phenix3443 1 year ago committed by GitHub
parent 217719347d
commit 52234eb172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      internal/flags/helpers.go

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

Loading…
Cancel
Save