diff --git a/console.rst b/console.rst index 65564e578de..60d53d0c056 100644 --- a/console.rst +++ b/console.rst @@ -106,8 +106,8 @@ options by pressing the Tab key. .. tip:: If you are using the :doc:`Symfony local web server - `, it is recommended to use the builtin completion - script that will ensure the right PHP version and configuration is used when + `, it is recommended to use the built-in completion + script that will ensure the right PHP version and configuration are used when running the Console Completion. Run ``symfony completion --help`` for the installation instructions for your shell. The Symfony CLI will provide completion for the ``console`` and ``composer`` commands. diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index e241279fc95..f8b7c6e35c4 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -19,7 +19,7 @@ The Symfony server is part of the ``symfony`` binary created when you .. tip:: - The Symfony CLI supports auto completion for Bash, Zsh or Fish shells. You + The Symfony CLI supports auto completion for Bash, Zsh, or Fish shells. You have to install the completion script *once*. Run ``symfony completion --help`` for the installation instructions for your shell. After installing and restarting your terminal, you're all set to use completion (by default,