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"],