Selaa lähdekoodia

Removed trailing comma

Mike van Riel 13 vuotta sitten
vanhempi
commit
b3e0126acf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      doc/articles/custom-installers.md

+ 1 - 1
doc/articles/custom-installers.md

@@ -32,7 +32,7 @@ An example composer.json of such a template would be:
 
 
     {
     {
         "name": "phpdocumentor/template-responsive",
         "name": "phpdocumentor/template-responsive",
-        "type": "phpdocumentor-template",
+        "type": "phpdocumentor-template"
     }
     }
 
 
 With the package definition shown in the example will any project that includes
 With the package definition shown in the example will any project that includes