diff --git a/app.js b/app.js index 700f3137c..163137c3f 100644 --- a/app.js +++ b/app.js @@ -290,7 +290,7 @@ models.sequelize.sync().then(function () { // log uncaught exception process.on('uncaughtException', function (err) { - logger.error('An uncaught exception has occured.') + logger.error('An uncaught exception has occurred.') logger.error(err) console.error(err) logger.error('Process will exit now.')