diff --git a/doc/usage.rst b/doc/usage.rst index 32118beabe4..990644c5db4 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -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 diff --git a/src/Console/Command/ListFilesCommand.php b/src/Console/Command/ListFilesCommand.php index 6a80e880c72..4428fe6c7bd 100644 --- a/src/Console/Command/ListFilesCommand.php +++ b/src/Console/Command/ListFilesCommand.php @@ -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.') ; }