From 704f9105f438a8aca6c017fce5d084d6f2257be4 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 22 Nov 2013 16:19:51 +0400 Subject: [PATCH] fixed typo --- extensions/jui/SliderInput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/jui/SliderInput.php b/extensions/jui/SliderInput.php index 40fb0d9..cc77103 100644 --- a/extensions/jui/SliderInput.php +++ b/extensions/jui/SliderInput.php @@ -17,7 +17,7 @@ use yii\helpers\Html; * ``` * echo Slider::widget([ * 'model' => $model, - * 'attrbute' => 'amount', + * 'attribute' => 'amount', * 'clientOptions' => [ * 'min' => 1, * 'max' => 10,