Skip to content

Commit f4b7af4

Browse files
committed
grammar linter fixes
1 parent 3ffbbaf commit f4b7af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/mode/static/state/graph/certificate_bundle.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ type CertificateBundle struct {
2424

2525
// Certificate houses the real certificate data that is sent to the configurator.
2626
type Certificate struct {
27-
// TLSCert is the SSL certificate used to send to CA
27+
// TLSCert is the SSL certificate used to send to CA.
2828
TLSCert []byte
29-
// TLSPrivateKey is the cryptographic key for encrpyting traffic during secure TLS
29+
// TLSPrivateKey is the cryptographic key for encrpyting traffic during secure TLS.
3030
TLSPrivateKey []byte
31-
// CACert is the root certificate authority
31+
// CACert is the root certificate authority.
3232
CACert []byte
3333
}
3434

0 commit comments

Comments
 (0)