Skip to content

Commit 7e4c376

Browse files
authored
[Console] Fix codeblock markup
1 parent d1522a7 commit 7e4c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``
585585
When testing your commands, it could be useful to understand how your command
586586
reacts on different settings like the width and the height of the terminal.
587587
You have access to such information thanks to the
588-
:class:`Symfony\\Component\\Console\\Terminal` class:
588+
:class:`Symfony\\Component\\Console\\Terminal` class::
589589

590590
use Symfony\Component\Console\Terminal;
591591

0 commit comments

Comments
 (0)