Fix typo.

This commit is contained in:
Mariano Cano 2021-03-24 12:06:29 -07:00
parent edc7c4d90e
commit d9f93ccfde

View file

@ -15,7 +15,7 @@ type Options struct {
Type string `json:"type"`
// CertificateAuthority reference:
// In StepCAS the values is the CA url, e.g. "https://ca.smallstep.com:9000".
// In StepCAS the value is the CA url, e.g. "https://ca.smallstep.com:9000".
// In CloudCAS the format is "projects/*/locations/*/certificateAuthorities/*".
CertificateAuthority string `json:"certificateAuthority,omitempty"`