Fixed typos and grammatical errors (#791)
* 🐛 Fixed typos and grammatical errors * 🐛 Made changes based on Tanay's feedback
This commit is contained in:
@@ -33,7 +33,7 @@ export const companyOperations = [
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get all company',
|
||||
description: 'Get all companies',
|
||||
},
|
||||
{
|
||||
name: 'Get Recently Created',
|
||||
|
||||
@@ -23,7 +23,7 @@ export const contactOperations = [
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a contacts',
|
||||
description: 'Delete a contact',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
|
||||
@@ -23,7 +23,7 @@ export const dealOperations = [
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a deals',
|
||||
description: 'Delete a deal',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
|
||||
@@ -56,13 +56,13 @@ import {
|
||||
|
||||
export class Hubspot implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Hubspot',
|
||||
displayName: 'HubSpot',
|
||||
name: 'hubspot',
|
||||
icon: 'file:hubspot.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume Hubspot API',
|
||||
description: 'Consume HubSpot API',
|
||||
defaults: {
|
||||
name: 'Hubspot',
|
||||
color: '#ff7f64',
|
||||
|
||||
@@ -20,13 +20,13 @@ import {
|
||||
|
||||
export class HubspotTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Hubspot Trigger',
|
||||
displayName: 'HubSpot Trigger',
|
||||
name: 'hubspotTrigger',
|
||||
icon: 'file:hubspot.png',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
subtitle: '={{($parameter["appId"]) ? $parameter["event"] : ""}}',
|
||||
description: 'Starts the workflow when Hubspot events occure.',
|
||||
description: 'Starts the workflow when HubSpot events occur.',
|
||||
defaults: {
|
||||
name: 'Hubspot Trigger',
|
||||
color: '#ff7f64',
|
||||
|
||||
@@ -23,7 +23,7 @@ export const ticketOperations = [
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a tickets',
|
||||
description: 'Delete a ticket',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
|
||||
Reference in New Issue
Block a user