瀏覽代碼

Merge pull request #1006 from ClementGautier/patch-1

Fixed typo
Jordi Boggiano 13 年之前
父節點
當前提交
7b3ce479cd
共有 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
 advisable to install all dependencies required for development by appending the
 <info>'--dev'</info> flag.
 <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.
 can pass the <info>'--repository-url=http://myrepository.org'</info> flag.
 
 
 EOT
 EOT