Skip to content

Commit 52189cb

Browse files
MIchaelMainerAndrew Omondi
authored andcommitted
Merge pull request #101 from microsoftgraph/jobala-patch-1 [skip ci]
Fix typo
1 parent 6ae4d2c commit 52189cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Graph.Core/Requests/Middleware/AuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected override async Task<HttpResponseMessage> SendAsync(HttpRequestMessage
115115

116116
HttpResponseMessage response = await base.SendAsync(httpRequestMessage, cancellationToken);
117117

118-
// Chcek if response is a 401 & is not a streamed body (is buffered)
118+
// Check if response is a 401 & is not a streamed body (is buffered)
119119
if (IsUnauthorized(response) && httpRequestMessage.IsBuffered())
120120
{
121121
// re-issue the request to get a new access token

0 commit comments

Comments
 (0)