Skip to content

Commit 839246c

Browse files
fix typo
1 parent 6b14c27 commit 839246c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Settings.gs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sourceCalendars = [
5050
5151
//Additional properties below can be set from the default list above but customized to be calendar-specific. These are optional.
5252
color: 5,
53-
filers: ['onlyFutureEvents'] //add a comma-separated list of all filter-ids you want to apply
53+
filters: ['onlyFutureEvents'] //add a comma-separated list of all filter-ids you want to apply
5454
} // use a comma after } if there are other calendars. No comma on last entry.
5555
];
5656
*/
@@ -112,4 +112,4 @@ const filters = {
112112
comparison: ">",
113113
offset: 14
114114
}
115-
};
115+
};

0 commit comments

Comments
 (0)