diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index 3b6639df..c53dbdc3 100644 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -388,7 +388,7 @@ Module.register("calendar", { /* broadcastEvents() * Broadcasts the events to all other modules for reuse. - * The all events available in one array, sorted on startdate. + * The all events available in one array, sorted on startdate. */ broadcastEvents: function () { var eventList = []; diff --git a/modules/default/calendar/debug.js b/modules/default/calendar/debug.js index d52cdc9f..9b72d51d 100644 --- a/modules/default/calendar/debug.js +++ b/modules/default/calendar/debug.js @@ -1,5 +1,5 @@ /* CalendarFetcher Tester - * use this script with `node debug.js` to test the fetcher without the need + * use this script with `node debug.js` to test the fetcher without the need * of starting the MagicMirror core. Adjust the values below to your desire. * * By Michael Teeuw http://michaelteeuw.nl @@ -30,4 +30,3 @@ fetcher.onError(function(fetcher, error) { fetcher.startFetch(); console.log("Create fetcher done! "); - diff --git a/modules/default/newsfeed/node_helper.js b/modules/default/newsfeed/node_helper.js index cfb06817..e5243304 100644 --- a/modules/default/newsfeed/node_helper.js +++ b/modules/default/newsfeed/node_helper.js @@ -72,7 +72,7 @@ module.exports = NodeHelper.create({ }, /* broadcastFeeds() - * Creates an object with all feed items of the different registered feeds, + * Creates an object with all feed items of the different registered feeds, * and broadcasts these using sendSocketNotification. */ broadcastFeeds: function() {