浏览代码

JSON standard do not allow trailing comma

Yaman Jain 8 年之前
父节点
当前提交
66950f0354
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -232,7 +232,7 @@ resolve to whatever composer.phar is currently being used:
         "test": [
             "@composer install",
             "phpunit"
-        ],
+        ]
     }
 }
 ```