diff --git a/components/console/helpers/progressbar.rst b/components/console/helpers/progressbar.rst index bd3eaedea50..818711c4ad1 100644 --- a/components/console/helpers/progressbar.rst +++ b/components/console/helpers/progressbar.rst @@ -300,7 +300,7 @@ before displaying these messages, you must define your own custom format:: $progressBar->setFormat('custom'); Now, use the ``setMessage()`` method to set the value of the ``%message%`` -placeholder before displaying the progress bar: +placeholder before displaying the progress bar:: // ... $progressBar->setMessage('Start');