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:
@@ -16,7 +16,7 @@ export const estimateOperations = [
|
||||
{
|
||||
name: 'Create',
|
||||
value: 'create',
|
||||
description: `Create a estimate`,
|
||||
description: `Create an estimate`,
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
@@ -36,7 +36,7 @@ export const estimateOperations = [
|
||||
{
|
||||
name: 'Update',
|
||||
value: 'update',
|
||||
description: `Update a estimate`,
|
||||
description: `Update an estimate`,
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
Reference in New Issue
Block a user