소스 검색

Merge pull request #5318 from MrMitch/patch-1

fix `http-basic` json example
Jordi Boggiano 9 년 전
부모
커밋
9c73b1b8db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/06-config.md

+ 1 - 1
doc/06-config.md

@@ -102,7 +102,7 @@ capath must be a correctly hashed certificate directory.
 ## http-basic
 
 A list of domain names and username/passwords to authenticate against them. For
-example using `{"example.org": {"username": "alice", "password": "foo"}` as the
+example using `{"example.org": {"username": "alice", "password": "foo"}}` as the
 value of this option will let Composer authenticate against example.org.
 
 > **Note:** Authentication-related config options like `http-basic` and