diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 8d4b5d22223..7025cf68675 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -576,9 +576,8 @@ It contains the following fields: ## If-then -This {% term action %} allow you to conditionally (`if`) run a sequence of actions (`then`) -and optionally supports running other sequence when the condition didn't -pass (`else`). +This {% term action %} allows you to conditionally (`if`), based on or more [conditions](/docs/scripts/conditions/) (which are `and` combined), +run a sequence of actions (`then`) and optionally supports running other sequence when the condition didn't pass (`else`). ```yaml script: