1
0
Fork 0

Merge pull request #6478 from mbrodala/patch-1

Fix typo in docs
pull/6378/merge
Jordi Boggiano 2017-06-13 14:55:58 +02:00 committed by GitHub
commit 91e755f9bc
1 changed files with 1 additions and 1 deletions

View File

@ -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) →