소스 검색

Found duplicate word.

Ulrich 13 년 전
부모
커밋
b8d5cfddb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/01-basic-usage.md

+ 1 - 1
doc/01-basic-usage.md

@@ -81,7 +81,7 @@ To fetch the defined dependencies into your local project, just run the
     $ php composer.phar install
 
 This will find the latest version of `monolog/monolog` that matches the
-supplied version constraint and download it into the the `vendor` directory.
+supplied version constraint and download it into the `vendor` directory.
 It's a convention to put third party code into a directory named `vendor`.
 In case of monolog it will put it into `vendor/monolog/monolog`.