Эх сурвалжийг харах

JSON standard do not allow trailing comma

Yaman Jain 8 жил өмнө
parent
commit
66950f0354

+ 1 - 1
doc/articles/scripts.md

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