Skip to content

Commit

Permalink
internal/flags: fix typo (ethereum#28133)
Browse files Browse the repository at this point in the history
fix(flag): one typo
  • Loading branch information
phenix3443 committed Sep 17, 2023
1 parent 2177193 commit 52234eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flags/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 52234eb

Please sign in to comment.