diff --git a/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb b/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb index b71cfad..2665c6b 100644 --- a/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb +++ b/Spotify Playlist Generator(Popular Tracks Analyzer).ipynb @@ -41,7 +41,7 @@ ], "source": [ "# Spotify API credentials\n", - "client_id = 'your-cliend-id-here'\n", + "client_id = 'your-client-id-here'\n", "redirect_uri = 'your-redirect-uri-here'\n", "\n", "# Generate a random string as the code verifier for PKCE\n",