From 53f4611cd8a38139bab2965066a1175616115030 Mon Sep 17 00:00:00 2001 From: Scott Schaab Date: Fri, 25 Jun 2021 10:41:52 -0700 Subject: [PATCH] Fixing typo in AuthorizationCodeCredential doc comment --- sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs b/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs index 89e5b5d1369e0..72d7611eed52b 100644 --- a/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs +++ b/sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs @@ -11,7 +11,7 @@ namespace Azure.Identity { /// - /// Authenticates by redeeming and authorization code previously obtained from Azure Active Directory. See + /// Authenticates by redeeming an authorization code previously obtained from Azure Active Directory. See /// https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow for more information /// about the autorization code authentication flow. ///