diff --git a/apps/schoolCalendar/custom.html b/apps/schoolCalendar/custom.html
index b5d5fcbe3..dc6ec8a48 100644
--- a/apps/schoolCalendar/custom.html
+++ b/apps/schoolCalendar/custom.html
@@ -89,7 +89,7 @@
calendarEntry['eh'] = calendarEvents[i].end.getHours();
calendarEntry['em'] = calendarEvents[i].end.getMinutes();
schedule.push(calendarEntry)
- consle.log(schedule);
+ console.log(schedule);
}
}else{
alert("Add some events!");