From 56b66d51249f0f8bcb37463d0b98c8def1ab503b Mon Sep 17 00:00:00 2001 From: Justin Goette <53531335+jcgoette@users.noreply.github.com> Date: Tue, 21 Sep 2021 10:09:21 -0400 Subject: [PATCH] typo (#56477) --- homeassistant/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/core.py b/homeassistant/core.py index 1a795c30b0f..4221c435a55 100644 --- a/homeassistant/core.py +++ b/homeassistant/core.py @@ -508,7 +508,7 @@ class HomeAssistant: """Stop Home Assistant and shuts down all threads. The "force" flag commands async_stop to proceed regardless of - Home Assistan't current state. You should not set this flag + Home Assistant's current state. You should not set this flag unless you're testing. This method is a coroutine.