Skip to content

Commit

Permalink
SWIK-1684 Corrected spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaun committed Sep 27, 2017
1 parent 9b049d2 commit cf9fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
}

Expand Down

0 comments on commit cf9fd4d

Please sign in to comment.