Procházet zdrojové kódy

Removed sneaky typo

James Titcumb před 11 roky
rodič
revize
7799c27df0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -9,7 +9,7 @@
 A script, in Composer's terms, can either be a PHP callback (defined as a
 static method) or any command-line executable command. Scripts are useful
 for executing a package's custom code or package-specific commands during
-the Composer execution process.r
+the Composer execution process.
 
 **NOTE: Only scripts defined in the root package's `composer.json` are
 executed. If a dependency of the root package specifies its own scripts,