Skip to content

Commit 457df4c

Browse files
committed
chore(client): fix typo in docs
1 parent 1c4ba7f commit 457df4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sender.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func WithTls() LineSenderOption {
103103
}
104104

105105
// WithTls enables TLS connection encryption, but skips server
106-
// cerfiticate verification. Useful in test environments with
106+
// certificate verification. Useful in test environments with
107107
// self-signed certificates. Do not use in production
108108
// environments.
109109
func WithTlsInsecureSkipVerify() LineSenderOption {

0 commit comments

Comments
 (0)