From 7799c27df0c16a8f0e62c3f32ab533daf7098723 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 18 Dec 2013 21:59:10 +0000 Subject: [PATCH] Removed sneaky typo --- doc/articles/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 025eb66eb..06e7c784d 100644 --- a/doc/articles/scripts.md +++ b/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,