Commit 704f9105 by Alexander Makarov

fixed typo

parent 75aa6659
......@@ -17,7 +17,7 @@ use yii\helpers\Html;
* ```
* echo Slider::widget([
* 'model' => $model,
* 'attrbute' => 'amount',
* 'attribute' => 'amount',
* 'clientOptions' => [
* 'min' => 1,
* 'max' => 10,
......
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