Fixes a typo in source code

This commit is contained in:
Arsen Melikyan
2015-08-24 11:57:14 +04:00
parent adc50b764d
commit 49e3e20555

View File

@ -29,7 +29,7 @@ module.exports = function(loopbackApp) {
loopbackApp.once('started', function() {
app.listen(port, function() {
console.log('https redirect lisenting on port %s', port);
console.log('https redirect listening on port %s', port);
});
});
};