diff --git a/SpotifyAPI.Web/Authenticators/ClientCredentialsAuthenticator.cs b/SpotifyAPI.Web/Authenticators/ClientCredentialsAuthenticator.cs index 00e42ede..6a72288c 100644 --- a/SpotifyAPI.Web/Authenticators/ClientCredentialsAuthenticator.cs +++ b/SpotifyAPI.Web/Authenticators/ClientCredentialsAuthenticator.cs @@ -50,7 +50,7 @@ namespace SpotifyAPI.Web public string ClientId { get; } /// - /// The ClientID, defined in a spotify application in your Spotify Developer Dashboard + /// The Client secret, defined in a spotify application in your Spotify Developer Dashboard /// public string ClientSecret { get; }