From 36242ba4ba58ba010d19cce4c28d0cd70b0c8440 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 25 Oct 2016 15:18:43 +0100 Subject: [PATCH] Fix typo As per this comment: https://github.com/home-assistant/home-assistant.github.io/pull/1270/files#r84131874 --- source/developers/architecture.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/architecture.markdown b/source/developers/architecture.markdown index 59ff0912d58..da0589b8cdf 100644 --- a/source/developers/architecture.markdown +++ b/source/developers/architecture.markdown @@ -14,7 +14,7 @@ Before we dive into the Home Assistant architecture, let's get a clear overview For more information about each part in this overview, check out our blog. Here's the tl;dr version of the blog: * Home Control is responsible for collecting information and controlling devices. - * Home Automation triggers command based on user configurations. + * Home Automation triggers commands based on user configurations. * Smart Home triggers commands based on previous behaviour.