Correct spelling sequentially into sequentially (#27093)

This commit is contained in:
mchangsp 2023-04-22 21:14:08 +02:00 committed by GitHub
parent cc4f88fba5
commit fe55a29564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -779,7 +779,7 @@ automation:
message: "These messages are sent at the same time!" 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: actions. The example below demonstrates that:
```yaml ```yaml