From fe55a295641e3581e8240d19da79e430e980c72c Mon Sep 17 00:00:00 2001 From: mchangsp Date: Sat, 22 Apr 2023 21:14:08 +0200 Subject: [PATCH] Correct spelling sequentially into sequentially (#27093) --- source/_docs/scripts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index a6164301a14..152c3662722 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -779,7 +779,7 @@ automation: message: "These messages are sent at the same time!" ``` -It is also possible to run a group of actions sequantially inside the parallel +It is also possible to run a group of actions sequentially inside the parallel actions. The example below demonstrates that: ```yaml