Skip to content

Commit

Permalink
spelling: with
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Oct 31, 2024
1 parent dccaedc commit 072495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/certs/certgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type Configuration struct {
}

// Certificates contains a set of Certificates as []byte each holding
// the CA Cert along with with Contour & Envoy Certs.
// the CA Cert along with Contour & Envoy Certs.
type Certificates struct {
CACertificate []byte
ContourCertificate []byte
Expand Down

0 comments on commit 072495f

Please sign in to comment.