From cf9fd4dfbade05dc338615e9f3687f0e66768d4a Mon Sep 17 00:00:00 2001 From: dpaun Date: Wed, 27 Sep 2017 09:24:11 +0200 Subject: [PATCH] SWIK-1684 Corrected spelling --- application/controllers/handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/handler.js b/application/controllers/handler.js index 7f3d8a4..4dd2b76 100644 --- a/application/controllers/handler.js +++ b/application/controllers/handler.js @@ -227,7 +227,7 @@ let self = module.exports = { }); }) .catch((error) => { - console.log('notificaitons service problem with recreation of notifications: ' + error); + console.log('notifications service problem with recreation of notifications: ' + error); }); }