Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jul 22, 2024
1 parent f594cd3 commit c13b4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ options by pressing the Tab key.
.. tip::

If you are using the :doc:`Symfony local web server
</setup/symfony_server>`, it is recommended to use the builtin completion
script that will ensure the right PHP version and configuration is used when
</setup/symfony_server>`, 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.
Expand Down
2 changes: 1 addition & 1 deletion setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c13b4f2

Please sign in to comment.