fix(Spotify Node): Fix typos in descriptions (no-changelog) (#7194)

Github issue / Community forum post (link here to close automatically):
https://github.com/n8n-io/n8n/issues/7191
This commit is contained in:
Jon 2023-09-18 15:05:15 +01:00 committed by GitHub
parent 9f797b96d8
commit 8b3aa0d68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,7 +330,7 @@ export class Spotify implements INodeType {
}, },
}, },
placeholder: 'US', placeholder: 'US',
description: 'Top tracks in which country? Enter the postal abbriviation', description: 'Top tracks in which country? Enter the postal abbreviation',
}, },
{ {
@ -367,8 +367,8 @@ export class Spotify implements INodeType {
{ {
name: 'Add an Item', name: 'Add an Item',
value: 'add', value: 'add',
description: 'Add tracks from a playlist by track and playlist URI or ID', description: 'Add tracks to a playlist by track and playlist URI or ID',
action: 'Add an Item a playlist', action: 'Add an Item to a playlist',
}, },
{ {
name: 'Create a Playlist', name: 'Create a Playlist',