We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cad2a commit 7da1d1aCopy full SHA for 7da1d1a
authority/provisioner.go
@@ -59,7 +59,7 @@ func (pc *ProvisionerClaims) MaxTLSCertDuration() time.Duration {
59
}
60
61
// IsDisableRenewal returns if the renewal flow is disabled for the
62
-// provisioner. If the property is not set withing the provisioner, then the
+// provisioner. If the property is not set within the provisioner, then the
63
// global value from the authority configuration will be used.
64
func (pc *ProvisionerClaims) IsDisableRenewal() bool {
65
if pc.DisableRenewal == nil {
0 commit comments