Browse Source

Merge pull request #3649 from SofHad/fixed-json-syntax-error

Fixed json syntax error
Jordi Boggiano 10 năm trước cách đây
mục cha
commit
4ca9e602a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/05-repositories.md

@@ -122,7 +122,7 @@ JSON request body:
 ```json
 {
     "downloads": [
-        {"name": "monolog/monolog", "version": "1.2.1.0"},
+        {"name": "monolog/monolog", "version": "1.2.1.0"}
     ]
 }
 ```