1
0
Fork 0

Removed sneaky typo

pull/2515/head
James Titcumb 2013-12-18 21:59:10 +00:00
parent 8bdffd75ce
commit 7799c27df0
1 changed files with 1 additions and 1 deletions

View File

@ -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,