From 996eb563c048a78ddb4ba02c72693302edfe5fbd Mon Sep 17 00:00:00 2001 From: schramm-michael Date: Sun, 25 Oct 2020 19:05:51 +0100 Subject: [PATCH] Update authentication-for-private-packages.md Typo on line 278 changed cosumer... to consumer-key --- doc/articles/authentication-for-private-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/authentication-for-private-packages.md b/doc/articles/authentication-for-private-packages.md index 7991bc495..ea7e648a7 100644 --- a/doc/articles/authentication-for-private-packages.md +++ b/doc/articles/authentication-for-private-packages.md @@ -275,7 +275,7 @@ The BitBucket driver uses OAuth to access your private repositories via the BitB ### Command line bitbucket-oauth ```sh -composer config [--global] bitbucket-oauth.bitbucket.org cosumer-key consumer-secret +composer config [--global] bitbucket-oauth.bitbucket.org consumer-key consumer-secret ``` ### Manual bitbucket-oauth