From 669a52d2eb77806a6d5d19048756b1b91de8182d Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Fri, 19 May 2023 08:25:29 +0100 Subject: [PATCH] fix typos --- .../nodes-base/nodes/Google/Calendar/EventDescription.ts | 6 +++--- .../nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts index 6383c04a0d44d..ee0d162b76aed 100644 --- a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts +++ b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts @@ -171,7 +171,7 @@ export const eventFields: INodeProperties[] = [ }, ], default: 'no', - description: 'Wheater the event is all day or not', + description: 'Whether the event is all day or not', }, { displayName: 'Attendees', @@ -224,7 +224,7 @@ export const eventFields: INodeProperties[] = [ ], }, ], - description: 'Creates a conference link (Hangouts, Meet etc) and attachs it to the event', + description: 'Creates a conference link (Hangouts, Meet etc) and attaches it to the event', }, { displayName: 'Description', @@ -828,7 +828,7 @@ export const eventFields: INodeProperties[] = [ }, ], default: 'no', - description: 'Wheater the event is all day or not', + description: 'Whether the event is all day or not', }, { displayName: 'Attendees', diff --git a/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts b/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts index 149d714512a11..36a9b1a78e364 100644 --- a/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts +++ b/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts @@ -540,7 +540,7 @@ export class GoogleCalendar implements INodeType { : moment.tz(updateFields.end, moment.tz.guess()).utc(true).format('YYYY-MM-DD'), }; } - //exampel: RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=10;UNTIL=20110701T170000Z + //example: RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=10;UNTIL=20110701T170000Z //https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html body.recurrence = []; if (updateFields.rrule) {