Fixed word plural form error in docs in "Separate filter form" section [skip ci]

This commit is contained in:
Alexey Rogachev
2016-02-03 17:03:33 +06:00
parent 5f000b7105
commit e37c213ce4

View File

@ -423,7 +423,7 @@ echo GridView::widget([
### Separate filter form
Most of the times using GridView filters in table headers is enough, but in case you need a separate filter form,
Most of the time using GridView filters in table headers is enough, but in case you need a separate filter form,
you can easily add it as well. You can create partial view `_search.php` with the following contents:
```php