Skip to content

Commit e24270c

Browse files
committed
Rewords
1 parent 270ebc7 commit e24270c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Console Commands
55
================
66

7-
The Symfony framework provide lots of commands through the ``app/console`` file
7+
The Symfony framework provide lots of commands through the ``app/console`` script
88
(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.
9+
created with the :doc:`Console component </components/console>`. You can also
10+
use it to create your own commands.
1111

1212
Creating a Command
1313
------------------

0 commit comments

Comments
 (0)