소스 검색

Merge pull request #6654 from andrewryantech/patch-1

Update why-can't-composer-load-repositories-recursively.md
Jordi Boggiano 7 년 전
부모
커밋
7c0a774157
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/faqs/why-can't-composer-load-repositories-recursively.md

+ 1 - 1
doc/faqs/why-can't-composer-load-repositories-recursively.md

@@ -29,7 +29,7 @@ dist/source. There are many many ways this could go wrong.
 - Fetch the repositories of root package, then fetch the repositories of the
 first level dependencies, then fetch the repositories of their dependencies, etc,
 then resolve requirements. This sounds more efficient, but it suffers from the
-same problems than the second solution, because loading the repositories of the
+same problems as the second solution, because loading the repositories of the
 dependencies is not as easy as it sounds. You need to load all the repos of all
 the potential matches for a requirement, which again might have conflicting
 package definitions.