From f17a881539bbbadb7a14ff20c5a7d25362d6d4a6 Mon Sep 17 00:00:00 2001 From: Vit Date: Tue, 26 Jan 2016 10:29:32 +0300 Subject: [PATCH] fix typo --- framework/grid/ActionColumn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/grid/ActionColumn.php b/framework/grid/ActionColumn.php index 3c2119e60e..4783f2c97e 100644 --- a/framework/grid/ActionColumn.php +++ b/framework/grid/ActionColumn.php @@ -86,7 +86,7 @@ class ActionColumn extends Column */ public $buttons = []; /** @var array visibility conditions for each button. The array keys are the button names (without curly brackets), - * and the values are are the boolean true/false or the anonymous function. The button will be shown, + * and the values are the boolean true/false or the anonymous function. The button will be shown, * when its name is not specified in this array. * The callbacks must use the following signature: *