Skip to content

Commit 5f74c36

Browse files
authored
Merge pull request #291 from MarcusKohnert/fixes-typo
Fixes typo
2 parents 0d32069 + 7e8eea2 commit 5f74c36

File tree

1 file changed

+1
-1
lines changed
  • access-token-management/src/AccessTokenManagement/Internal

1 file changed

+1
-1
lines changed

access-token-management/src/AccessTokenManagement/Internal/Resiliency.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal static class Resiliency
2121
/// Basically, this retries http calls that return 401 Unauthorized.
2222
///
2323
/// When using DPOP, it will retry the call if the nonce is missing or if the nonce is invalid.
24-
/// it will then also take then once from the response and put it on the request.
24+
/// It will then also take the nonce from the response and put it on the request.
2525
/// </summary>
2626
/// <param name="builder"></param>
2727
/// <param name="context"></param>

0 commit comments

Comments
 (0)