Update output-data-widgets.md

This commit is contained in:
Alex Solomaha
2015-06-13 15:39:30 +03:00
parent b612f9187f
commit 1db5787456

View File

@ -364,7 +364,7 @@ class PostSearch extends Post
'query' => $query,
]);
// load the seach form data and validate
// load the search form data and validate
if (!($this->load($params) && $this->validate())) {
return $dataProvider;
}