Skip to content

Commit 83ca87f

Browse files
committed
minor #7762 Fixed code block under "Custom Messages" (superhaggis)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7762). Discussion ---------- Fixed code block under "Custom Messages" Very minor typo correction! Commits ------- 32a5c9c Fixed code block under "Custom Messages"
2 parents 37733d2 + 32a5c9c commit 83ca87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/helpers/progressbar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ before displaying these messages, you must define your own custom format::
308308
$progressBar->setFormat('custom');
309309

310310
Now, use the ``setMessage()`` method to set the value of the ``%message%``
311-
placeholder before displaying the progress bar:
311+
placeholder before displaying the progress bar::
312312

313313
// ...
314314
$progressBar->setMessage('Start');

0 commit comments

Comments
 (0)