Skip to content

Commit c7b5513

Browse files
committed
grammar
Signed-off-by: Alex Ivanov <ai@contributor.pw>
1 parent df219ac commit c7b5513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snippets/calendar/delete-one-of-series/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
*
3-
* Deletes only specific events from a series that match by date and search term
3+
* Deletes only specific events from series that match by date and search term
44
*
55
* @param {GoogleAppsScript.Calendar.Calendar} calendar
66
* @param {Date} start

snippets/calendar/delete-one-of-series/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Delete specific events from a Google Calendar series'
2+
title: 'Delete specific events from Google Calendar series'
33
date: '2021-04-22'
44
description: ' Checking and deleting only specific events via CalendarApp'
55
tags: ['calendar']
@@ -8,7 +8,7 @@ categories: ['snippets']
88

99
{{< toc >}}
1010

11-
## Delete specific events from a Google Calendar series
11+
## Delete specific events from Google Calendar series
1212

1313
### Snippet
1414

0 commit comments

Comments
 (0)