Minor documentation update (#969)

This commit is contained in:
Andrew Garvin 2024-05-07 17:18:04 -04:00 committed by GitHub
parent f6cfedd7ef
commit 7bdaf060de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ namespace SpotifyAPI.Web
public string ClientId { get; } public string ClientId { get; }
/// <summary> /// <summary>
/// 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
/// </summary> /// </summary>
public string ClientSecret { get; } public string ClientSecret { get; }