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. ///