浏览代码

verify Fixed nodejs' json test

Mike Smith 12 年之前
父节点
当前提交
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;