From c5bd9dc7f9fc626493bad596be176fe7ba6fde67 Mon Sep 17 00:00:00 2001 From: Alex Yeo Date: Wed, 18 May 2022 21:06:24 -0700 Subject: [PATCH] Fix typo in OAuthClient.cs (#757) --- SpotifyAPI.Web/Clients/OAuthClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI.Web/Clients/OAuthClient.cs b/SpotifyAPI.Web/Clients/OAuthClient.cs index 06bfb7c8..3337e6ac 100644 --- a/SpotifyAPI.Web/Clients/OAuthClient.cs +++ b/SpotifyAPI.Web/Clients/OAuthClient.cs @@ -69,7 +69,7 @@ namespace SpotifyAPI.Web } /// - /// Reequest an initial token via Authorization Code Auth + /// Request an initial token via Authorization Code Auth /// /// The request-model which contains required and optional parameters. ///