From 7341a20b00c94ff9007b356a56d9690ed175a671 Mon Sep 17 00:00:00 2001 From: Leonardo Merza Date: Mon, 4 Feb 2019 14:22:07 -0500 Subject: [PATCH] fix components misspelling (#175) --- docs/frontend_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend_architecture.md b/docs/frontend_architecture.md index f38a7dbb..da8a20c8 100644 --- a/docs/frontend_architecture.md +++ b/docs/frontend_architecture.md @@ -3,7 +3,7 @@ title: "Home Assistant Frontend Architecture" sidebar_label: "Architecture" --- -The Home Assistant frontend is built using web components. This is a modern web technology allowing us to encapsulate templates, styling and logic into a single file and expose it as an HTML tag in the browser. These componens are composable, allowing a very dynamic and powerful foundation of our application. +The Home Assistant frontend is built using web components. This is a modern web technology allowing us to encapsulate templates, styling and logic into a single file and expose it as an HTML tag in the browser. These components are composable, allowing a very dynamic and powerful foundation of our application. ## Structure