From 979b2e5b7439bf114d8edd8da71fa14ece57fe30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 14 Oct 2018 10:56:44 +0300 Subject: [PATCH] Grammar fix --- 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 dfc49571..f38a7dbb 100644 --- a/docs/frontend_architecture.md +++ b/docs/frontend_architecture.md @@ -33,7 +33,7 @@ Each page in Home Assistant is a panel. Components can register extra panels to Folder: `src/dialogs/more-info` -This is a dialog that allows users to see more information about an entity and control it's state. +This is a dialog that allows users to see more information about an entity and control its state. The more info dialog can be triggered from any component in the app by firing a DOM event `hass-more-info` with as detail `{ entityId: 'light.kitchen' }`.