diff --git a/src/components/App/App.js b/src/components/App/App.js index 367bd5d..27e20ab 100644 --- a/src/components/App/App.js +++ b/src/components/App/App.js @@ -140,7 +140,7 @@ function App() { const urlToFetch = `${spotifyBaseUrl}${playlistEndPoint}`; const data = JSON.stringify({ 'name': `${playlistName}`, - 'description': 'A playlist created by the Jammming app.', + 'description': 'The playlist created by the Jammming app.', 'public': true }) try {