Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-denry committed Mar 17, 2018
1 parent 6b4089b commit 4ee542b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Advanced usage

### 1. Change action for column

You colud define your own action for any toggle column like follows:
You could define your own action for any toggle column like follows:

Setup your toggle attribute at GridView columns section

Expand Down Expand Up @@ -64,8 +64,8 @@ defaut is:

```php
'filter' => [
"1" => Yii::t('yii', 'Yes'),
"0" => Yii::t('yii', 'No'),
'1' => Yii::t('yii', 'Yes'),
'0' => Yii::t('yii', 'No'),
];
```

Expand Down

0 comments on commit 4ee542b

Please sign in to comment.