Skip to content

Commit 53ba541

Browse files
avivkellerCopilot
andauthored
Update src/calendar.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 830635b commit 53ba541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const findNextMeetingDate = async ({ properties }) => {
4444
);
4545

4646
for (const event of filteredEvents) {
47-
// Get all rucurrences in our timeframe
47+
// Get all recurrences in our timeframe
4848
const duringOurTimeframe = event.rrule.between(weekStart, weekEnd);
4949

5050
if (duringOurTimeframe.length > 0) {

0 commit comments

Comments
 (0)