From 57d466850aca8d598e75a203d8810c3918e42bfb Mon Sep 17 00:00:00 2001 From: JoLo <54506108+jolo-dev@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:55:54 +0200 Subject: [PATCH] refactor(Google Calendar Node): Fix Typo (#3477) * Fix Typo in Google Calendar to Frequency * :zap: Revert back change in names to avoid breaking change Co-authored-by: ricardo --- .../nodes-base/nodes/Google/Calendar/EventDescription.ts | 8 ++++---- 1 file 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 7a90f1b0e1..a66635b9ae 100644 --- a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts +++ b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts @@ -261,7 +261,7 @@ export const eventFields: INodeProperties[] = [ description: 'The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.', }, { - displayName: 'Repeat Frecuency', + displayName: 'Repeat Frequency', name: 'repeatFrecuency', type: 'options', options: [ @@ -304,7 +304,7 @@ export const eventFields: INodeProperties[] = [ name: 'rrule', type: 'string', default: '', - description: 'Recurrence rule. When set, the parameters Repeat Frecuency, Repeat How Many Times and Repeat Until are ignored.', + description: 'Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored.', }, { displayName: 'Send Updates', @@ -872,7 +872,7 @@ export const eventFields: INodeProperties[] = [ description: 'The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.', }, { - displayName: 'Repeat Frecuency', + displayName: 'Repeat Frequency', name: 'repeatFrecuency', type: 'options', options: [ @@ -915,7 +915,7 @@ export const eventFields: INodeProperties[] = [ name: 'rrule', type: 'string', default: '', - description: 'Recurrence rule. When set, the parameters Repeat Frecuency, Repeat How Many Times and Repeat Until are ignored.', + description: 'Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored.', }, { displayName: 'Send Updates',