Browse Source

Update doc/usage.rst

Co-authored-by: Dariusz Rumiński <dariusz.ruminski@gmail.com>
Markus Staab 3 years ago
parent
commit
47acf3a1cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/usage.rst

+ 1 - 1
doc/usage.rst

@@ -133,7 +133,7 @@ The ``list-files`` command will list all files which need fixing.
 
     $ php php-cs-fixer.phar list-files
 
-The ``--config`` option can be used, like in the ``fix``  command, to tell from which path a config file should be loaded
+The ``--config`` option can be used, like in the ``fix`` command, to tell from which path a config file should be loaded.
 
 .. code-block:: console