We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270ebc7 commit e24270cCopy full SHA for e24270c
console.rst
@@ -4,10 +4,10 @@
4
Console Commands
5
================
6
7
-The Symfony framework provide lots of commands through the ``app/console`` file
+The Symfony framework provide lots of commands through the ``app/console`` script
8
(e.g. the well-known ``app/console cache:clear`` command). These commands are
9
-created with the :doc:`Console component </components/console>` and you can
10
-also use it to create your own commands.
+created with the :doc:`Console component </components/console>`. You can also
+use it to create your own commands.
11
12
Creating a Command
13
------------------
0 commit comments