From c87418099c829353ad706f2780ef90d3d7a0b4e1 Mon Sep 17 00:00:00 2001 From: Sergey Gonimar Date: Fri, 13 Mar 2015 14:25:55 +0500 Subject: [PATCH] Fix docs basic-auth => http-basic --- doc/articles/http-basic-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/http-basic-authentication.md b/doc/articles/http-basic-authentication.md index 1add2d7a6..2119513ce 100644 --- a/doc/articles/http-basic-authentication.md +++ b/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"