Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Apr 16, 2021
1 parent add9542 commit a32a8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/usage.rst
Expand Up @@ -143,7 +143,7 @@ The output is build in a form that its easy to use in combination with ``xargs``
This can be useful e.g. in situations where the caching might mechanism not available (CI, Docker) and distributing
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 beeing passed by ``list-files``.
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``.

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Command/ListFilesCommand.php
Expand Up @@ -60,7 +60,7 @@ protected function configure()
new InputOption('config', '', InputOption::VALUE_REQUIRED, 'The path to a .php-cs-fixer.php file.'),
]
)
->setDescription('List all files beeing fixed by the given config.')
->setDescription('List all files being fixed by the given config.')
;
}

Expand Down

0 comments on commit a32a8ff

Please sign in to comment.