From 5fc0de566f98b9d6772bac31564b1351f6b719cf Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 22 Oct 2012 20:24:05 +0200 Subject: [PATCH] Fix docs --- doc/articles/scripts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 359020cd5..600235938 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -34,10 +34,10 @@ Composer fires the following named events during its execution process: ## Defining scripts -The root JSON object in `composer.json` should have a member called `"scripts"`, -which contains pairs of named events and each event's corresponding -scripts. An event's scripts can be defined as either as a string (only for -a single script) or an array (for single or multiple scripts.) +The root JSON object in `composer.json` should have a property called +`"scripts"`, which contains pairs of named events and each event's +corresponding scripts. An event's scripts can be defined as either as a string +(only for a single script) or an array (for single or multiple scripts.) For any given event: