Skip to content

Commit

Permalink
Fixes a typo in the AuthenticationOptionsName documentation comment (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmalmberg authored Jul 23, 2024
1 parent 0e09887 commit b514b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public AcquireTokenOptions(AcquireTokenOptions other)

/// <summary>
/// Gets the name of the options describing the confidential client application (ClientID,
/// Region, Authority, client credentials). In ASP.NET Core, the authenticatiopn options name
/// Region, Authority, client credentials). In ASP.NET Core, the authentication options name
/// is the same as the authentication scheme.
/// </summary>
public string? AuthenticationOptionsName { get; set; }
Expand Down

0 comments on commit b514b48

Please sign in to comment.