소스 검색

Fix styling typo

John Kary 12 년 전
부모
커밋
a069f7a906
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
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.