From c701c3f9cb6f099dc0184fe22882d5b630579687 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 2 Apr 2022 17:22:57 -0700 Subject: [PATCH] Fix typo --- docs/core/platform/developer_credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/platform/developer_credentials.md b/docs/core/platform/developer_credentials.md index 2ce1c35b..8a880663 100644 --- a/docs/core/platform/developer_credentials.md +++ b/docs/core/platform/developer_credentials.md @@ -11,7 +11,7 @@ Developer Credentials is under active development and integrations should still ## Adding support -Integrations support developer credentials with a file in the integration folder called `developer_credetnails.py` and implement the following: +Integrations support developer credentials with a file in the integration folder called `developer_credentails.py` and implement the following: ```python from homeassistant.core import HomeAssistant