diff --git a/docs/asyncio_thread_safety.md b/docs/asyncio_thread_safety.md index 13a1b091..372068da 100644 --- a/docs/asyncio_thread_safety.md +++ b/docs/asyncio_thread_safety.md @@ -29,4 +29,4 @@ When registering a services from a thread other than the event loop thread, inst ### hass.services.async_remove -When registering a services from a thread other than the event loop thread, instead use `hass.services.remove` \ No newline at end of file +When removing a services from a thread other than the event loop thread, instead use `hass.services.remove` \ No newline at end of file