Skip to content

Commit 4ee542b

Browse files
committed
Fix typo
1 parent 6b4089b commit 4ee542b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced-usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Advanced usage
33

44
### 1. Change action for column
55

6-
You colud define your own action for any toggle column like follows:
6+
You could define your own action for any toggle column like follows:
77

88
Setup your toggle attribute at GridView columns section
99

@@ -64,8 +64,8 @@ defaut is:
6464

6565
```php
6666
'filter' => [
67-
"1" => Yii::t('yii', 'Yes'),
68-
"0" => Yii::t('yii', 'No'),
67+
'1' => Yii::t('yii', 'Yes'),
68+
'0' => Yii::t('yii', 'No'),
6969
];
7070
```
7171

0 commit comments

Comments
 (0)