From ca67726672c34ab367d9a983082d148c8f18d86f Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:37:30 +0000 Subject: [PATCH] adjust wording --- homeassistant/helpers/update_coordinator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/update_coordinator.py b/homeassistant/helpers/update_coordinator.py index 60e81d35b74..645581701af 100644 --- a/homeassistant/helpers/update_coordinator.py +++ b/homeassistant/helpers/update_coordinator.py @@ -88,7 +88,7 @@ class DataUpdateCoordinator(BaseDataUpdateCoordinatorProtocol, Generic[_DataT]): from . import frame # pylint: disable=import-outside-toplevel frame.report_usage( - "rely on the ContextVar, but should passing the config entry explicitly - see " + "relies on ContextVar, but should pass the config entry explicitly - see " "https://developers.home-assistant.io/blog/xxxxxxx", core_behavior=frame.ReportBehavior.LOG, core_integration_behavior=frame.ReportBehavior.LOG,