Fix typos in WithX509IntermediateCerts comment

This commit is contained in:
Mariano Cano 2022-09-23 10:55:20 -07:00
parent 8374c0d26e
commit 0bedd22850

View file

@ -250,7 +250,7 @@ func WithX509FederatedCerts(certs ...*x509.Certificate) Option {
// constraint validation before a certificate is issued.
//
// This option should only be used on specific configurations, for example when
// WithX509SignerFunc is used, as we don't know the list of intermediates on
// WithX509SignerFunc is used, as we don't know the list of intermediates in
// advance.
func WithX509IntermediateCerts(intermediateCerts ...*x509.Certificate) Option {
return func(a *Authority) error {