From b38281338bb8d4fd9793f2f3d66efae0e29fa676 Mon Sep 17 00:00:00 2001 From: Dave T <17680170+davet2001@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:09:48 +0000 Subject: [PATCH] Fix minor typo in options flow handler docs (#2517) --- 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 0a63b1ed..515c3616 100644 --- a/docs/config_entries_options_flow_handler.md +++ b/docs/config_entries_options_flow_handler.md @@ -22,7 +22,7 @@ def async_get_options_flow( ## Flow handler -The Flow handler works just like the config flow handler, except that the first step in the flow will always be `async_step_init`. The current config entry details is available through the `self.config_entry` property. +The Flow handler works just like the config flow handler, except that the first step in the flow will always be `async_step_init`. The current config entry details are available through the `self.config_entry` property. ```python OPTIONS_SCHEMA=vol.Schema(