Fixed spelling mistakes (#814)

* Fixed spelling mistakes

* Fixed spelling

* Edited spelling mistakes
This commit is contained in:
Jason
2020-08-04 11:35:28 +02:00
committed by GitHub
parent f8d216b2be
commit 6cbe59f686
9 changed files with 17 additions and 17 deletions

View File

@@ -133,7 +133,7 @@ export class FacebookGraphApi implements INodeType {
name: 'edge', name: 'edge',
type: 'string', type: 'string',
default: '', default: '',
description: 'Edge of the node on which to operate. Edges represent collections of objects wich are attached to the node.', description: 'Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.',
placeholder: 'videos', placeholder: 'videos',
required: false, required: false,
}, },

View File

@@ -99,7 +99,7 @@ export class FlowTrigger implements INodeType {
] ]
} }
}, },
description: `Taks ids separated by ,`, description: `Task ids separated by ,`,
}, },
], ],

View File

@@ -181,7 +181,7 @@ export class GoogleSheet {
} }
/** /**
* Returns the given sheet data in a strucutred way * Returns the given sheet data in a structured way
*/ */
structureData(inputData: string[][], startRow: number, keys: string[], addEmpty?: boolean): IDataObject[] { structureData(inputData: string[][], startRow: number, keys: string[], addEmpty?: boolean): IDataObject[] {
const returnData = []; const returnData = [];
@@ -208,7 +208,7 @@ export class GoogleSheet {
/** /**
* Returns the given sheet data in a strucutred way using * Returns the given sheet data in a structured way using
* the startRow as the one with the name of the key * the startRow as the one with the name of the key
*/ */
structureArrayDataByColumn(inputData: string[][], keyRow: number, dataStartRow: number): IDataObject[] { structureArrayDataByColumn(inputData: string[][], keyRow: number, dataStartRow: number): IDataObject[] {
@@ -216,7 +216,7 @@ export class GoogleSheet {
const keys: string[] = []; const keys: string[] = [];
if (keyRow < 0 || dataStartRow < keyRow || keyRow >= inputData.length) { if (keyRow < 0 || dataStartRow < keyRow || keyRow >= inputData.length) {
// The key row does not exist so it is not possible to strucutre data // The key row does not exist so it is not possible to structure data
return []; return [];
} }

View File

@@ -151,7 +151,7 @@ export class GoogleSheets implements INodeType {
displayName: 'To Delete', displayName: 'To Delete',
name: 'toDelete', name: 'toDelete',
placeholder: 'Add Columns/Rows to delete', placeholder: 'Add Columns/Rows to delete',
description: 'Deletes colums and rows from a sheet.', description: 'Deletes columns and rows from a sheet.',
type: 'fixedCollection', type: 'fixedCollection',
typeOptions: { typeOptions: {
multipleValues: true, multipleValues: true,
@@ -363,7 +363,7 @@ export class GoogleSheets implements INodeType {
}, },
}, },
default: 0, default: 0,
description: 'Index of the row which contains the keys. Starts at 0.<br />The incoming node data is matched to the keys for assignment. The matching is case sensitve.', description: 'Index of the row which contains the keys. Starts at 0.<br />The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
}, },

View File

@@ -36,7 +36,7 @@ export const opportunityOperations = [
{ {
name: 'Get All', name: 'Get All',
value: 'getAll', value: 'getAll',
description: 'Get all opportunitys', description: 'Get all opportunities',
}, },
{ {
name: 'Get Summary', name: 'Get Summary',

View File

@@ -119,7 +119,7 @@ export const taskFields = [
type: 'number', type: 'number',
default: '', default: '',
description: `Duration of the call in seconds. Not subject to field-level security,<br/> description: `Duration of the call in seconds. Not subject to field-level security,<br/>
available for any user in an organization with Salesforce CRM Call Cente`, available for any user in an organization with Salesforce CRM Call Center`,
}, },
{ {
displayName: 'Call Object', displayName: 'Call Object',
@@ -434,7 +434,7 @@ export const taskFields = [
type: 'number', type: 'number',
default: '', default: '',
description: `Duration of the call in seconds. Not subject to field-level security,<br/> description: `Duration of the call in seconds. Not subject to field-level security,<br/>
available for any user in an organization with Salesforce CRM Call Cente`, available for any user in an organization with Salesforce CRM Call Center`,
}, },
{ {
displayName: 'Call Object', displayName: 'Call Object',

View File

@@ -228,7 +228,7 @@ export const meetingFields = [
type: 'options', type: 'options',
options: [ options: [
{ {
name: 'Attendees register once and can attend any of the occurences', name: 'Attendees register once and can attend any of the occurrences',
value: 1, value: 1,
}, },
{ {
@@ -479,7 +479,7 @@ export const meetingFields = [
}, },
options: [ options: [
{ {
displayName: 'Occurence ID', displayName: 'Occurrence ID',
name: 'occurrenceId', name: 'occurrenceId',
type: 'string', type: 'string',
default: '', default: '',
@@ -672,7 +672,7 @@ export const meetingFields = [
type: 'options', type: 'options',
options: [ options: [
{ {
name: 'Attendees register once and can attend any of the occurences', name: 'Attendees register once and can attend any of the occurrences',
value: 1, value: 1,
}, },
{ {

View File

@@ -205,7 +205,7 @@ export const webinarFields = [
type: 'options', type: 'options',
options: [ options: [
{ {
name: 'Attendees register once and can attend any of the occurences', name: 'Attendees register once and can attend any of the occurrences',
value: 1, value: 1,
}, },
{ {
@@ -308,8 +308,8 @@ export const webinarFields = [
}, },
options: [ options: [
{ {
displayName: 'Occurence ID', displayName: 'Occurrence ID',
name: 'occurenceId', name: 'occurrenceId',
type: 'string', type: 'string',
default: '', default: '',
description: 'To view webinar details of a particular occurrence of the recurring webinar.', description: 'To view webinar details of a particular occurrence of the recurring webinar.',

View File

@@ -544,7 +544,7 @@ export class Zoom implements INodeType {
// 'additionalFields', // 'additionalFields',
// i // i
// ) as IDataObject; // ) as IDataObject;
// if (additionalFields.occurenceId) { // if (additionalFields.occurrenceId) {
// qs.occurrence_id = additionalFields.occurrenceId as string; // qs.occurrence_id = additionalFields.occurrenceId as string;
// } // }
// if (additionalFields.action) { // if (additionalFields.action) {