Skip to content

Commit

Permalink
[chore] typo: connect -> connection
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 20, 2024
1 parent fc4c13d commit bd1ac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/confignet/confignet.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (tt *TransportType) UnmarshalText(in []byte) error {
// DialerConfig contains options for connecting to an address.
type DialerConfig struct {
// Timeout is the maximum amount of time a dial will wait for
// a connect to complete. The default is no timeout.
// a connection to complete. The default is no timeout.
Timeout time.Duration `mapstructure:"timeout"`
}

Expand Down

0 comments on commit bd1ac0f

Please sign in to comment.