mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -50,12 +50,12 @@ export class Vero implements INodeType {
|
||||
{
|
||||
name: 'User',
|
||||
value: 'user',
|
||||
description: `Lets you create, update and manage the subscription status of your users.`,
|
||||
description: `Create, update and manage the subscription status of your users.`,
|
||||
},
|
||||
{
|
||||
name: 'Event',
|
||||
value: 'event',
|
||||
description: `Lets you track events based on actions your customers take in real time.`,
|
||||
description: `Track events based on actions your customers take in real time.`,
|
||||
},
|
||||
],
|
||||
default: 'user',
|
||||
|
||||
Reference in New Issue
Block a user