Skip to content

Commit 7e2f80a

Browse files
committed
Fix grammar error
1 parent c0107ab commit 7e2f80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ca/renew.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
// certificate.
1515
type RenewFunc func() (*tls.Certificate, error)
1616

17-
// TLSRenewer automatically renews a tls certificate using a give RenewFunc.
17+
// TLSRenewer automatically renews a tls certificate using a RenewFunc.
1818
type TLSRenewer struct {
1919
sync.RWMutex
2020
RenewCertificate RenewFunc

0 commit comments

Comments
 (0)