From 39d106a470177d8c9aafc4222001bff56b96b456 Mon Sep 17 00:00:00 2001 From: RonSpawnson Date: Fri, 13 May 2022 02:15:07 -0500 Subject: [PATCH] Fixing typo in Automation Basics (#22726) --- source/_docs/automation/basics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/basics.markdown b/source/_docs/automation/basics.markdown index 0ad584c5e5e..820095a3347 100644 --- a/source/_docs/automation/basics.markdown +++ b/source/_docs/automation/basics.markdown @@ -5,7 +5,7 @@ description: "A breakdown of what an automation consists of." All automations are made up of a trigger and an action. Optionally combined with a condition. Take for example the automation: -> When Paulus arrives home and it is after sunset: Turn the lights on in the living room.". +> When Paulus arrives home and it is after sunset: Turn the lights on in the living room. We can break up this automation into the following three parts: