diff --git a/Transaction-Rules.md b/Transaction-Rules.md index 7c64959..020307e 100644 --- a/Transaction-Rules.md +++ b/Transaction-Rules.md @@ -15,7 +15,7 @@ Each rule has the following configuration options: * `Run on update`: The rule will run when an existing transaction is updated. * `Run on delete`: The rule will run when a transaction is deleted. * **Sequenced**: A sequenced rule will update its [variables](#available-variables) between each rule execution, meaning that the next action will have access to the values of the previous action instead of the originating transaction. -* **Trigger**: A condition that must evaluate to `True` for the rule's actions to be executed. +* **Trigger** (the `If...` part): A condition that must evaluate to `True` for the rule's actions to be executed. ## Actions