mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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:
@@ -309,7 +309,7 @@ export class Pipedrive implements INodeType {
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get data of all note',
|
||||
description: 'Get data of all notes',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
@@ -341,7 +341,7 @@ export class Pipedrive implements INodeType {
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete anorganization',
|
||||
description: 'Delete an organization',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
|
||||
Reference in New Issue
Block a user