From e37c213ce42b3a0e962e553ae25c4f783886a576 Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Wed, 3 Feb 2016 17:03:33 +0600 Subject: [PATCH] Fixed word plural form error in docs in "Separate filter form" section [skip ci] --- docs/guide/output-data-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/output-data-widgets.md b/docs/guide/output-data-widgets.md index 2ade3c0c1b..0116fa60a2 100644 --- a/docs/guide/output-data-widgets.md +++ b/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