mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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:
@@ -17,7 +17,7 @@ export class MySql implements INodeType {
|
||||
icon: 'file:mysql.png',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
description: 'Gets, add and update data in MySQL.',
|
||||
description: 'Get, add and update data in MySQL.',
|
||||
defaults: {
|
||||
name: 'MySQL',
|
||||
color: '#4279a2',
|
||||
@@ -39,7 +39,7 @@ export class MySql implements INodeType {
|
||||
{
|
||||
name: 'Execute Query',
|
||||
value: 'executeQuery',
|
||||
description: 'Executes a SQL query.',
|
||||
description: 'Execute an SQL query.',
|
||||
},
|
||||
{
|
||||
name: 'Insert',
|
||||
@@ -49,7 +49,7 @@ export class MySql implements INodeType {
|
||||
{
|
||||
name: 'Update',
|
||||
value: 'update',
|
||||
description: 'Updates rows in database.',
|
||||
description: 'Update rows in database.',
|
||||
},
|
||||
],
|
||||
default: 'insert',
|
||||
|
||||
Reference in New Issue
Block a user