From 6f5276a6a371852781c7f1660ff03c9fd4325d42 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sat, 30 Oct 2021 16:55:29 +0200 Subject: [PATCH] Correct template select docs (#20055) --- source/_integrations/template.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index da50f9926e1..d8fa995b334 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -178,7 +178,7 @@ number: description: Template for the number's current value. required: true type: template - description: Defines an action to run when the number value changes. The variable `value` will contain the number entered. + description: Defines actions to run when the number value changes. The variable `value` will contain the number entered. required: true type: action step: @@ -210,11 +210,11 @@ select: required: true type: template select_option: - description: Defines an action to run to select an option from the `options` list. + description: Defines actions to run to select an option from the `options` list. The variable `option` will contain the option selected. required: true type: action options: - description: Template for the select's available options. The variable `option` will contain the option selected. + description: Template for the select's available options. required: true type: template optimistic: