Skip to content

Commit 0557c70

Browse files
committed
Merge pull request #2020 from MattKetmo/typo-console-1
[Console] Fix a typo in a method name
2 parents 4d398c1 + a3e41f4 commit 0557c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ progress bar::
416416
$progress->setBarCharacter('<comment>=</comment>');
417417
// the unfinished part of the bar
418418
$progress->setEmptyBarCharacter(' ');
419-
$progress->setProgressChar('|');
419+
$progress->setProgressCharacter('|');
420420
$progress->setBarWidth(50);
421421

422422
To see other available options, check the API documentation for

0 commit comments

Comments
 (0)