Browse Source

Merge pull request #5106 from ifdattic/patch-1

Fix typo
Jordi Boggiano 9 years ago
parent
commit
0a8528c5c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/03-cli.md

+ 1 - 1
doc/03-cli.md

@@ -469,7 +469,7 @@ sudo -H composer self-update
 ## config
 ## config
 
 
 The `config` command allows you to edit some basic Composer settings in either
 The `config` command allows you to edit some basic Composer settings in either
-the local composer.json file or the global config.json file.
+the local `composer.json` file or the global `config.json` file.
 
 
 ```sh
 ```sh
 php composer.phar config --list
 php composer.phar config --list