Browse Source

Merge pull request #3840 from gonimar/patch-1

Fix docs basic-auth => http-basic
Jordi Boggiano 10 years ago
parent
commit
829199c053
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/articles/http-basic-authentication.md

+ 1 - 1
doc/articles/http-basic-authentication.md

@@ -40,7 +40,7 @@ username/password pairs, for example:
 
 ```json
 {
-    "basic-auth": {
+    "http-basic": {
         "repo.example1.org": {
             "username": "my-username1",
             "password": "my-secret-password1"