diff --git a/doc/05-repositories.md b/doc/05-repositories.md index b8822d698..a5627140b 100644 --- a/doc/05-repositories.md +++ b/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) →