From a069f7a906b0c36ce6f0dd14d49f4b7bcd4f8417 Mon Sep 17 00:00:00 2001 From: John Kary Date: Sun, 21 Oct 2012 14:05:32 -0500 Subject: [PATCH] Fix styling 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 fc61dc624..359020cd5 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -20,7 +20,7 @@ Composer does not execute those additional scripts.** Composer fires the following named events during its execution process: -- **pre-install-cmd*: occurs before the `install` command is executed. +- **pre-install-cmd**: occurs before the `install` command is executed. - **post-install-cmd**: occurs after the `install` command is executed. - **pre-update-cmd**: occurs before the `update` command is executed. - **post-update-cmd**: occurs after the `update` command is executed.