Browse Source

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

tags/2.0.7
Alexey Rogachev 9 years ago
parent
commit
e37c213ce4
  1. 2
      docs/guide/output-data-widgets.md

2
docs/guide/output-data-widgets.md

@ -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

Loading…
Cancel
Save