diff --git a/server.js b/server.js index 6191d57..ea8a93c 100644 --- a/server.js +++ b/server.js @@ -39,7 +39,7 @@ app.use(function(req, res) { }); }); -// Set ports and ip adress +// Set ports and ip address var server_port, server_ip_address; if ( app.get('env') === 'development' ) { server_port = 4000;