Fixed typos and grammatical errors (#791)

* 🐛 Fixed typos and grammatical errors

* 🐛 Made changes based on Tanay's feedback
This commit is contained in:
smamudhan
2020-07-24 16:26:41 +05:30
committed by GitHub
parent 546995aa4f
commit 725d2d16fc
42 changed files with 92 additions and 96 deletions

View File

@@ -33,7 +33,7 @@ export const companyOperations = [
{
name: 'Get All',
value: 'getAll',
description: 'Get all company',
description: 'Get all companies',
},
{
name: 'Get Recently Created',

View File

@@ -23,7 +23,7 @@ export const contactOperations = [
{
name: 'Delete',
value: 'delete',
description: 'Delete a contacts',
description: 'Delete a contact',
},
{
name: 'Get',

View File

@@ -23,7 +23,7 @@ export const dealOperations = [
{
name: 'Delete',
value: 'delete',
description: 'Delete a deals',
description: 'Delete a deal',
},
{
name: 'Get',

View File

@@ -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',

View File

@@ -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',

View File

@@ -23,7 +23,7 @@ export const ticketOperations = [
{
name: 'Delete',
value: 'delete',
description: 'Delete a tickets',
description: 'Delete a ticket',
},
{
name: 'Get',