소스 검색

Fix typo in docs

Fixes a typo from #6477
Mathias Brodala 7 년 전
부모
커밋
112ff7b61d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/05-repositories.md

@@ -658,7 +658,7 @@ You can disable the default Packagist.org repository by adding this to your
 You can disable Packagist.org globally by using the global config flag:
 
 ```
-composer confg -g repo.packagist false
+composer config -g repo.packagist false
 ```
 
 ← [Schema](04-schema.md)  |  [Config](06-config.md) →