Skip to content

Commit 52234eb

Browse files
authored
internal/flags: fix typo (#28133)
fix(flag): one typo
1 parent 2177193 commit 52234eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flags/helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func wordWrap(s string, width int) string {
225225
return output.String()
226226
}
227227

228-
// AutoEnvVars extens all the specific CLI flags with automatically generated
228+
// AutoEnvVars extends all the specific CLI flags with automatically generated
229229
// env vars by capitalizing the flag, replacing . with _ and prefixing it with
230230
// the specified string.
231231
//

0 commit comments

Comments
 (0)