diff --git a/source/getting-started/automation.markdown b/source/getting-started/automation.markdown index 339e8da9c71..27d026a43f8 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -34,7 +34,7 @@ The second line is the condition part of the automation rule. Conditions are opt The third part is the action which will be performed when a rule is triggered and all conditions are met.For example, it can turn a light on, set the temperature on your thermostat or activate a scene.

-The difference between a condition and a trigger can be confusing as they are very similar. Triggers are looking at the actions while conditions look at the result: turning a light on vs a light being on. +The difference between a condition and a trigger can be confusing as they are very similar. Triggers look at the actions, while conditions look at the results: turning a light on vs a light being on.

### {% linkable_title Exploring the internal state %}