mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
Fixed typos and grammatical errors (#791)
* 🐛 Fixed typos and grammatical errors * 🐛 Made changes based on Tanay's feedback
This commit is contained in:
@@ -84,32 +84,32 @@ export class GoogleSheets implements INodeType {
|
||||
{
|
||||
name: 'Append',
|
||||
value: 'append',
|
||||
description: 'Appends the data to a Sheet',
|
||||
description: 'Append data to a sheet',
|
||||
},
|
||||
{
|
||||
name: 'Clear',
|
||||
value: 'clear',
|
||||
description: 'Clears data from a Sheet',
|
||||
description: 'Clear data from a sheet',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete columns and rows from a Sheet',
|
||||
description: 'Delete columns and rows from a sheet',
|
||||
},
|
||||
{
|
||||
name: 'Lookup',
|
||||
value: 'lookup',
|
||||
description: 'Looks for a specific column value and then returns the matching row'
|
||||
description: 'Look up a specific column value and return the matching row'
|
||||
},
|
||||
{
|
||||
name: 'Read',
|
||||
value: 'read',
|
||||
description: 'Reads data from a Sheet'
|
||||
description: 'Read data from a sheet'
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
value: 'update',
|
||||
description: 'Updates rows in a sheet'
|
||||
description: 'Update rows in a sheet'
|
||||
},
|
||||
],
|
||||
default: 'read',
|
||||
|
||||
Reference in New Issue
Block a user