mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
Fixed spelling mistakes (#814)
* Fixed spelling mistakes * Fixed spelling * Edited spelling mistakes
This commit is contained in:
parent
f8d216b2be
commit
6cbe59f686
|
@ -133,7 +133,7 @@ export class FacebookGraphApi implements INodeType {
|
|||
name: 'edge',
|
||||
type: 'string',
|
||||
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',
|
||||
required: false,
|
||||
},
|
||||
|
|
|
@ -99,7 +99,7 @@ export class FlowTrigger implements INodeType {
|
|||
]
|
||||
}
|
||||
},
|
||||
description: `Taks ids separated by ,`,
|
||||
description: `Task ids separated by ,`,
|
||||
},
|
||||
],
|
||||
|
||||
|
|
|
@ -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[] {
|
||||
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
|
||||
*/
|
||||
structureArrayDataByColumn(inputData: string[][], keyRow: number, dataStartRow: number): IDataObject[] {
|
||||
|
@ -216,7 +216,7 @@ export class GoogleSheet {
|
|||
const keys: string[] = [];
|
||||
|
||||
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 [];
|
||||
}
|
||||
|
||||
|
|
|
@ -151,7 +151,7 @@ export class GoogleSheets implements INodeType {
|
|||
displayName: 'To Delete',
|
||||
name: 'toDelete',
|
||||
placeholder: 'Add Columns/Rows to delete',
|
||||
description: 'Deletes colums and rows from a sheet.',
|
||||
description: 'Deletes columns and rows from a sheet.',
|
||||
type: 'fixedCollection',
|
||||
typeOptions: {
|
||||
multipleValues: true,
|
||||
|
@ -363,7 +363,7 @@ export class GoogleSheets implements INodeType {
|
|||
},
|
||||
},
|
||||
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.',
|
||||
},
|
||||
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ export const opportunityOperations = [
|
|||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get all opportunitys',
|
||||
description: 'Get all opportunities',
|
||||
},
|
||||
{
|
||||
name: 'Get Summary',
|
||||
|
|
|
@ -119,7 +119,7 @@ export const taskFields = [
|
|||
type: 'number',
|
||||
default: '',
|
||||
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',
|
||||
|
@ -434,7 +434,7 @@ export const taskFields = [
|
|||
type: 'number',
|
||||
default: '',
|
||||
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',
|
||||
|
|
|
@ -228,7 +228,7 @@ export const meetingFields = [
|
|||
type: '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,
|
||||
},
|
||||
{
|
||||
|
@ -479,7 +479,7 @@ export const meetingFields = [
|
|||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Occurence ID',
|
||||
displayName: 'Occurrence ID',
|
||||
name: 'occurrenceId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
@ -672,7 +672,7 @@ export const meetingFields = [
|
|||
type: '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,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -205,7 +205,7 @@ export const webinarFields = [
|
|||
type: '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,
|
||||
},
|
||||
{
|
||||
|
@ -308,8 +308,8 @@ export const webinarFields = [
|
|||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Occurence ID',
|
||||
name: 'occurenceId',
|
||||
displayName: 'Occurrence ID',
|
||||
name: 'occurrenceId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'To view webinar details of a particular occurrence of the recurring webinar.',
|
||||
|
|
|
@ -544,7 +544,7 @@ export class Zoom implements INodeType {
|
|||
// 'additionalFields',
|
||||
// i
|
||||
// ) as IDataObject;
|
||||
// if (additionalFields.occurenceId) {
|
||||
// if (additionalFields.occurrenceId) {
|
||||
// qs.occurrence_id = additionalFields.occurrenceId as string;
|
||||
// }
|
||||
// if (additionalFields.action) {
|
||||
|
|
Loading…
Reference in a new issue