Skip to content

Commit 21ad824

Browse files
authored
Fixing typo in AuthorizationCodeCredential doc comment (Azure#22199)
1 parent 9a91871 commit 21ad824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/Azure.Identity/src/AuthorizationCodeCredential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace Azure.Identity
1212
{
1313
/// <summary>
14-
/// Authenticates by redeeming and authorization code previously obtained from Azure Active Directory. See
14+
/// Authenticates by redeeming an authorization code previously obtained from Azure Active Directory. See
1515
/// https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow for more information
1616
/// about the autorization code authentication flow.
1717
/// </summary>

0 commit comments

Comments
 (0)