From 92b7de04d45d5b504662fc429a765559b5b3e6c5 Mon Sep 17 00:00:00 2001 From: Stephen Jones Date: Mon, 12 Dec 2022 11:35:53 +0000 Subject: [PATCH] Calendar - Remove extra 'should' from sentence (#25238) --- source/_integrations/calendar.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/calendar.markdown b/source/_integrations/calendar.markdown index 8c9e56f2c71..d84a0089ba9 100644 --- a/source/_integrations/calendar.markdown +++ b/source/_integrations/calendar.markdown @@ -36,7 +36,7 @@ automation: offset: -00:15:00 ``` -Calendar triggers should should generally not use automation mode `single` to ensure the trigger +Calendar triggers should not generally use automation mode `single` to ensure the trigger can fire when multiple events start at the same time (e.g., use `queued` or `parallel` instead). Note that calendars are read once every 15 minutes. When testing, make sure you do not plan events less than 15 minutes away from the current time, or your trigger might not fire. See [Automation Trigger Variables: Calendar](/docs/automation/templating/#calendar) for additional trigger data available for conditions or actions.