Commit 47b26b8b by muyiwaolurin

Tiny Change - Typo

Second Example should start with ProgressBar::begin not ProgressBar::widget
parent 271dccdc
......@@ -26,7 +26,7 @@ use yii\helpers\Html;
* and [[end()]] calls within the widget container:
*
* ~~~php
* ProgressBar::widget([
* ProgressBar::begin([
* 'clientOptions' => ['value' => 75],
* ]);
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment