Skip to content

Commit c5bd9dc

Browse files
authored
Fix typo in OAuthClient.cs (#757)
1 parent 2123126 commit c5bd9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpotifyAPI.Web/Clients/OAuthClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public Task<AuthorizationCodeRefreshResponse> RequestToken(AuthorizationCodeRefr
6969
}
7070

7171
/// <summary>
72-
/// Reequest an initial token via Authorization Code Auth
72+
/// Request an initial token via Authorization Code Auth
7373
/// </summary>
7474
/// <param name="request">The request-model which contains required and optional parameters.</param>
7575
/// <remarks>

0 commit comments

Comments
 (0)