Skip to content

Commit

Permalink
fix spelling in comment (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Dec 1, 2020
1 parent 8324126 commit 029e2c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public async Task<AuthenticationResult> GetAuthenticationResultForUserAsync(IEnu
/// <inheritdoc/>
public async Task ReplyForbiddenWithWwwAuthenticateHeaderAsync(IEnumerable<string> scopes, MsalUiRequiredException msalServiceException, HttpResponse? httpResponse = null)
{
// Not implmented for the moment
// Not implemented for the moment
throw new NotImplementedException();
}
#pragma warning restore CS1998 // Async method lacks 'await' operators and will run synchronously
Expand Down

0 comments on commit 029e2c8

Please # to comment.