소스 검색

Fixed typo

Clément Gautier 13 년 전
부모
커밋
d87d010c35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Command/CreateProjectCommand.php

+ 1 - 1
src/Composer/Command/CreateProjectCommand.php

@@ -64,7 +64,7 @@ controlled code by appending the <info>'--prefer-source'</info> flag. Also, it i
 advisable to install all dependencies required for development by appending the
 <info>'--dev'</info> flag.
 
-To install a package from another repository repository than the default one you
+To install a package from another repository than the default one you
 can pass the <info>'--repository-url=http://myrepository.org'</info> flag.
 
 EOT