From 026cb108a31a2c529e2432ea283e2339ba3b2af2 Mon Sep 17 00:00:00 2001 From: Bruno Logerfo Date: Thu, 4 Jan 2024 19:05:52 -0300 Subject: [PATCH] fix typo --- solutions/automations/vacation-calendar/Code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/automations/vacation-calendar/Code.js b/solutions/automations/vacation-calendar/Code.js index ef0078a20..2d33f095e 100644 --- a/solutions/automations/vacation-calendar/Code.js +++ b/solutions/automations/vacation-calendar/Code.js @@ -22,7 +22,7 @@ limitations under the License. let TEAM_CALENDAR_ID = 'ENTER_TEAM_CALENDAR_ID_HERE'; // Set the email address of the Google Group that contains everyone in the team. // Ensure the group has less than 500 members to avoid timeouts. -// Change to an array in order to add indirect members frrm multiple groups, for example: +// Change to an array in order to add indirect members from multiple groups, for example: // let GROUP_EMAIL = ['ENTER_GOOGLE_GROUP_EMAIL_HERE', 'ENTER_ANOTHER_GOOGLE_GROUP_EMAIL_HERE']; let GROUP_EMAIL = 'ENTER_GOOGLE_GROUP_EMAIL_HERE';