From 4082fb87d7d63523798597dcccdb1c7183924c09 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 16 Oct 2022 09:18:00 -0400 Subject: [PATCH] Fix duration selector documentation (#24572) --- source/_docs/blueprint/selectors.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 08bc04a69da..aff21e5a3f2 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -453,7 +453,7 @@ duration: ``` {% configuration attribute %} -enable_days: +enable_day: description: When `true`, the duration selector will allow selecting days. type: boolean default: false @@ -464,7 +464,7 @@ The output of this selector is a mapping of the time values the user selected. For example: ```yaml -days: 1 # Only when enable_days was set to true +days: 1 # Only when enable_day was set to true hours: 12 minutes: 30 seconds: 15