Skip to content

Commit

Permalink
minor #5633 fix typos (staabm)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.19-dev branch.

Discussion
----------

fix typos

Commits
-------

1ba9de8 fix typos
  • Loading branch information
keradus committed Apr 18, 2021
2 parents 283e731 + 1ba9de8 commit 83006db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.rst
Expand Up @@ -140,7 +140,7 @@ The ``--config`` option can be used, like in the ``fix`` command, to tell from w
$ php php-cs-fixer.phar list-files --config=.php-cs-fixer.dist.php
The output is build in a form that its easy to use in combination with ``xargs`` command in a linux pipe.
This can be useful e.g. in situations where the caching might mechanism not available (CI, Docker) and distributing
This can be useful e.g. in situations where the caching mechanism might not be available (CI, Docker) and distribute
fixing across several processes might speedup the process.

Note: You need to pass the config to the ``fix`` command, in order to make it work with several files being passed by ``list-files``.
Expand Down

0 comments on commit 83006db

Please sign in to comment.