From 8ba8d8201c4023e254e81da367dcfb549acfc438 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Feb 2025 09:21:41 +0100 Subject: [PATCH] Update triggers-introduction.md clean up example with whitespace after argument --- articles/triggers-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/triggers-introduction.md b/articles/triggers-introduction.md index 42249c522..2a822f7b1 100644 --- a/articles/triggers-introduction.md +++ b/articles/triggers-introduction.md @@ -95,7 +95,7 @@ To set a trigger condition: 1. If you have multiple filter conditions to add, Select **+ Add** and add expressions. - By default, all conditions must be met for the condition to be true. If any condition is optional, you need **OR**, and then use the syntax `@or (test1, test2,test3)`. + By default, all conditions must be met for the condition to be true. If any condition is optional, you need **OR**, and then use the syntax `@or (test1, test2, test3)`. ### Easily create expressions