From b64e346909072787fe860dc38ea666b87778c815 Mon Sep 17 00:00:00 2001 From: im-boots <61568240+im-boots@users.noreply.github.com> Date: Sat, 27 Aug 2022 16:23:54 -0400 Subject: [PATCH] Fix minor typo in architecture.md (#1451) --- 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 06be98ff..d27e874d 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` -Certain information and data entry is presented to users in flows. Dialogs can be triggered on any page. The most common one is the entity more info dialog, which allows users to dig into an entity state, history and setting.s +Certain information and data entry is presented to users in flows. Dialogs can be triggered on any page. The most common one is the entity more info dialog, which allows users to dig into an entity's state, history, and settings. ## Data Flow