From 3aebe8d019cb5de7c0d07fe3835a6f707c50a14d Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Fri, 15 Apr 2022 12:19:32 -0700 Subject: [PATCH] Add missing comma in comment. --- cas/apiv1/options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cas/apiv1/options.go b/cas/apiv1/options.go index cc5998ae..f69f933b 100644 --- a/cas/apiv1/options.go +++ b/cas/apiv1/options.go @@ -16,9 +16,9 @@ type Options struct { Type string `json:"type"` // CertificateAuthority reference: - // In StepCAS the value 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/*". - // In VaultCAS the value is the url, e.g. "https://vault.smallstep.com". + // In VaultCAS the value is the url, e.g., "https://vault.smallstep.com". CertificateAuthority string `json:"certificateAuthority,omitempty"` // CertificateAuthorityFingerprint is the root fingerprint used to