docs(Google Sheets Node): Operations naming update (no-changelog) (#7211)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Giulio Andreini
2023-09-20 15:20:56 +02:00
committed by GitHub
parent d41546b899
commit 09a7cf0980
2 changed files with 30 additions and 30 deletions

View File

@@ -20,13 +20,13 @@ export const descriptions: INodeProperties[] = [
name: 'Create',
value: 'create',
description: 'Create a spreadsheet',
action: 'Create a spreadsheet',
action: 'Create spreadsheet',
},
{
name: 'Delete',
value: 'deleteSpreadsheet',
description: 'Delete a spreadsheet',
action: 'Delete a spreadsheet',
action: 'Delete spreadsheet',
},
],
default: 'create',