Skip to content

Commit 24e2f0d

Browse files
committed
Merge pull request symfony#3396 from ifdattic/fix-typo-in-class-url
Fix a typo in class url
2 parents 3859f0d + 12d950f commit 24e2f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Then implement the actual listener::
171171
In the code above, when any command throws an exception, the listener will
172172
receive an event. You can simply log it by passing the logger service via the
173173
service configuration. Your method receives a
174-
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent`` object,
174+
:class:`Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent` object,
175175
which has methods to get information about the event and the exception.
176176

177177
Logging non-0 exit statuses

0 commit comments

Comments
 (0)