diff --git a/source/getting-started/concepts-terminology.markdown b/source/getting-started/concepts-terminology.markdown index 0efb230a20c..9ee8e81dc4e 100644 --- a/source/getting-started/concepts-terminology.markdown +++ b/source/getting-started/concepts-terminology.markdown @@ -37,7 +37,7 @@ Devices and entities are used throughout Home Assistant. To name a few examples: A set of repeatable {% term actions %} that can be set up to run automatically. Automations are made of three key components: 1. Triggers - events that start an {% term automation %}. For example, when the sun sets or a motion sensor is activated. -2. Conditions - optional tests that must be met an {% term action %} can be run. For example, if someone is home. +2. Conditions - optional tests that must be met before an {% term action %} can be run. For example, if someone is home. 3. Actions - interact with {% term devices %} such as turn on a light. To learn the basics about {% term automations %}, refer to the [automation basics](/docs/automation/basics/) page or try [creating an automation](/getting-started/automation) yourself.