From 7c7807b5b32629c0a40779b194e102eab59d2c87 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:28:57 -0500 Subject: [PATCH] spelling: components/emonitor (#64251) Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> --- homeassistant/components/emonitor/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/emonitor/config_flow.py b/homeassistant/components/emonitor/config_flow.py index a77289d469e..6ffd4f1059b 100644 --- a/homeassistant/components/emonitor/config_flow.py +++ b/homeassistant/components/emonitor/config_flow.py @@ -82,7 +82,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): return await self.async_step_confirm() async def async_step_confirm(self, user_input=None): - """Attempt to confim.""" + """Attempt to confirm.""" if user_input is not None: return self.async_create_entry( title=self.discovered_info["title"],