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

@@ -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,
},
{

View File

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

View File

@@ -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) {