Merge pull request #2619 from bugron/bugron-lisenting_typo

Fixes a typo in source code
This commit is contained in:
Berkeley Martinez
2015-08-24 10:57:03 -07:00

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);
});
});
};