From 72a53289e78a62b8d0a69b950b7bfd5431a223e3 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 30 Jul 2019 13:48:30 +0200 Subject: [PATCH] Progress Bar Section -- Change CodeBlock Change CodeBlock Terminal for CodeBlock Console Example : https://symfony.com/doc/current/components/console/helpers/progressbar.html --- components/console/helpers/progressbar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/progressbar.rst b/components/console/helpers/progressbar.rst index bf832b3131e..51c33738049 100644 --- a/components/console/helpers/progressbar.rst +++ b/components/console/helpers/progressbar.rst @@ -112,7 +112,7 @@ which starts, advances and finishes the progress bar automatically:: If ``$iterable = [1, 2]``, the previous code will output the following: -.. code-block:: terminal +.. code-block:: console 0/2 [>---------------------------] 0% 1/2 [==============>-------------] 50%