diff --git a/source/_docs/blueprint/selectors.markdown b/source/_docs/blueprint/selectors.markdown index 562e7ac7af8..85292299bda 100644 --- a/source/_docs/blueprint/selectors.markdown +++ b/source/_docs/blueprint/selectors.markdown @@ -383,12 +383,12 @@ is that the constant selector has no value when it's not enabled. The selector's value must be configured, and optionally, a label. ```yaml -boolean: +constant: value: true label: Enabled ``` -The output of this selector is the configured value when the toggle is on, it has not output otherwise. +The output of this selector is the configured value when the toggle is on, it has no output otherwise. ## Conversation agent selector