Skip to content

Commit a70aaff

Browse files
committed
Update command_in_controller.rst
1 parent a873481 commit a70aaff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/console/command_in_controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
How to Call a Command from a Controller
55
=======================================
66

7-
The :doc:`Console component documentation </components/console/introduction>`_ covers
7+
The :doc:`Console component documentation </components/console/introduction>` covers
88
how to create a console command. This cookbook article covers how to use a console command
99
directly in your application.
1010

@@ -15,7 +15,7 @@ wouldn't want to modify or duplicate their code, but want to directly execute th
1515
instead.
1616

1717
An example of this is sending the emails that Swift Mailer spooled earlier
18-
:doc:`using the ``swiftmailer:spool:send`` command </cookbook/email/spool>`_. Symfony
18+
:doc:`using the ``swiftmailer:spool:send`` command </cookbook/email/spool>`. Symfony
1919
allows you to directly execute a registered ``Command`` inside your Controller::
2020

2121
// src/AcmeBundle/Controller/SpoolController.php

0 commit comments

Comments
 (0)