From 02158c2a7a73a9ca0efef8d362d7583a9b76cf77 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Thu, 7 Apr 2022 01:02:28 -0700 Subject: [PATCH] Update docs/core/platform/application_credentials.md Co-authored-by: Martin Hjelmare --- docs/core/platform/application_credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/platform/application_credentials.md b/docs/core/platform/application_credentials.md index a0ad2163..e18d7ebb 100644 --- a/docs/core/platform/application_credentials.md +++ b/docs/core/platform/application_credentials.md @@ -42,7 +42,7 @@ An `AuthorizationServer` represents the [OAuth2 Authorization server](https://da Credentials may be imported by integrations that used to accept YAML credentials using the import API `async_import_client_credential` provided by the application credentials integration. -The `auth_domain` is the domain for the auth implementation in in the config entry, which is typically the domain specified in an existing `LocalOAuth2Implementation`. +The `auth_domain` is the domain for the auth implementation in the config entry, which is typically the domain specified in an existing `LocalOAuth2Implementation`. ## ClientCredential