Преглед изворни кода

verify Fixed nodejs' json test

Mike Smith пре 11 година
родитељ
комит
b8c2623249
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nodejs/hello.js

+ 1 - 1
nodejs/hello.js

@@ -78,7 +78,7 @@ function sequelizeQuery(callback) {
 
 http.createServer(function (req, res) {
   // JSON response object
-  var hello = {message: "Hello, world"};
+  var hello = {message: "Hello, World!"};
   var helloStr = "Hello, World!";
   var path = url.parse(req.url).pathname;