diff --git a/homeassistant/auth/__init__.py b/homeassistant/auth/__init__.py
index 0b749766263c6162ccd98474b1e334b4537f2b3d..c39657b614716dcc0b6d1a6d818582dacb1f63ba 100644
--- a/homeassistant/auth/__init__.py
+++ b/homeassistant/auth/__init__.py
@@ -53,7 +53,7 @@ async def auth_manager_from_config(
 ) -> AuthManager:
     """Initialize an auth manager from config.
 
-    CORE_CONFIG_SCHEMA will make sure do duplicated auth providers or
+    CORE_CONFIG_SCHEMA will make sure no duplicated auth providers or
     mfa modules exist in configs.
     """
     store = auth_store.AuthStore(hass)