From df72f05d41b5dd859b22a8a63b81c9ef64728359 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Sat, 19 Feb 2022 12:06:36 +0000 Subject: [PATCH] Minor grammar fix (#1220) --- docs/config_entries_options_flow_handler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config_entries_options_flow_handler.md b/docs/config_entries_options_flow_handler.md index 8a6c3caf..a1ab4e8f 100644 --- a/docs/config_entries_options_flow_handler.md +++ b/docs/config_entries_options_flow_handler.md @@ -5,7 +5,7 @@ sidebar_label: Configuration Options An integration that is configured via a config entry can expose options to the user to allow tweaking behavior of the integration, like which devices or locations should be integrated. -Config Entry Options uses the [Data Flow Entry framework](data_entry_flow_index.md) to allow users to update a config entries options. Components that want to support config entry options will need to define an Options Flow Handler. +Config Entry Options uses the [Data Flow Entry framework](data_entry_flow_index.md) to allow users to update the options of a config entry. Components that want to support config entry options will need to define an Options Flow Handler. ## Options support