Fix minor typo in architecture.md (#1451)

This commit is contained in:
im-boots 2022-08-27 16:23:54 -04:00 committed by GitHub
parent a406ef9888
commit b64e346909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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