Skip to content

Commit 2c491be

Browse files
javiereguiluzweaverryan
authored andcommitted
Fixed typos
1 parent b86ffb6 commit 2c491be

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

components/console/introduction.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -490,15 +490,16 @@ returns the returned code from the command (return value from command's
490490

491491
.. tip::
492492

493-
If you want to suppress the output of the executed command, pass a :class:`Symfony\\Component\\Console\\Output\\NullOutput`
494-
as the second argument to ``$command->execute()``.
493+
If you want to suppress the output of the executed command, pass a
494+
:class:`Symfony\\Component\\Console\\Output\\NullOutput` as the second
495+
argument to ``$command->execute()``.
495496

496497
.. caution::
497498

498-
Note that all the commands will run in the same process, and some of Symfony's
499-
built-in commands may not work well this way. For instance, ``cache:clear``
500-
and ``cache:warmup`` commands change some class definitions, so running something
501-
after them is likely to break.
499+
Note that all the commands will run in the same process and some of Symfony's
500+
built-in commands may not work well this way. For instance, the ``cache:clear``
501+
and ``cache:warmup`` commands change some class definitions, so running
502+
something after them is likely to break.
502503

503504
.. note::
504505

cookbook/console/console_command.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ before translating contents::
150150
However for other services the solution might be more complex. For more details,
151151
see :doc:`/cookbook/service_container/scopes`.
152152

153-
Invoking Other Commands
153+
Invoking other Commands
154154
-----------------------
155155

156156
See :ref:`calling-existing-command` if you need to implement a command that runs

0 commit comments

Comments
 (0)