From 775380891074e191913fd91a69a97f898f8053a7 Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Fri, 19 May 2023 04:38:13 -0700 Subject: [PATCH] ctivated (#20670) --- builtin/logical/pki/fields.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/logical/pki/fields.go b/builtin/logical/pki/fields.go index 47df98ac9..d9417aacd 100644 --- a/builtin/logical/pki/fields.go +++ b/builtin/logical/pki/fields.go @@ -531,7 +531,7 @@ Defaults to 8760 hours (1 year).`, Type: framework.TypeDurationSecond, Description: `The amount of time that must pass after creation that an account with no orders is marked revoked, and the amount of time -after being marked revoked or dea`, +after being marked revoked or deactivated.`, Default: int(defaultTidyConfig.AcmeAccountSafetyBuffer / time.Second), // TypeDurationSecond currently requires defaults to be int }