From 08f9cb84bee801f7965a7f807bfa2a5430442efc Mon Sep 17 00:00:00 2001 From: Paul Blacknell Date: Thu, 10 Oct 2024 10:31:57 +0100 Subject: [PATCH] update: actions.rst typo (#4302) * update: actions.rst typo * Apply suggestions from code review --------- Co-authored-by: Samuel Sieb --- automations/actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automations/actions.rst b/automations/actions.rst index 57f635f16..57ec7e996 100644 --- a/automations/actions.rst +++ b/automations/actions.rst @@ -191,8 +191,8 @@ time period. ``if`` Action ************* -This action first evaluated a certain condition (``if:``) and then either -executes the ``then:`` branch or the ``else:`` branch depending on the output of the condition. +This action first evaluates the ``condition:`` and then either +executes the ``then:`` branch if the condition returns true or the ``else:`` branch if the condition returns false. After the chosen branch (``then`` or ``else``) is done with execution, the next action is performed.