From 9615a93a8446dcc729252582077564e5e3c362f2 Mon Sep 17 00:00:00 2001 From: Aaron Ten Clay <188810+aarontc@users.noreply.github.com> Date: Sun, 23 May 2021 08:48:32 -0700 Subject: [PATCH] Minor grammatical fixes to core.md (#944) --- docs/architecture/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/core.md b/docs/architecture/core.md index 85dddec6..d8f7e167 100644 --- a/docs/architecture/core.md +++ b/docs/architecture/core.md @@ -3,7 +3,7 @@ title: Core Architecture sidebar_label: Core --- -The Home Assistant Core consists of four core parts. On top of this it includes a ton of helper classes to deal with common scenario's, like providing an entity or dealing with locations. +The Home Assistant Core consists of four main parts. On top of this it includes many helper classes to deal with common scenarios, like providing an entity or dealing with locations. - **Event Bus**: facilitates the firing and listening of events -- the beating heart of Home Assistant. - **State Machine**: keeps track of the states of things and fires a `state_changed` event when a state has been changed.