From 7bdaf060de7390d2d2638f1a147e161f7b2ccd76 Mon Sep 17 00:00:00 2001 From: Andrew Garvin Date: Tue, 7 May 2024 17:18:04 -0400 Subject: [PATCH] Minor documentation update (#969) --- SpotifyAPI.Web/Authenticators/ClientCredentialsAuthenticator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }