Browse Source

fixed typo in grid view docs

fixes #14736
tags/2.0.13
Carsten Brandt 7 years ago
parent
commit
349589bf3b
No known key found for this signature in database
GPG Key ID: BE4F41DE1DEEEED0
  1. 2
      framework/grid/GridView.php

2
framework/grid/GridView.php

@ -244,7 +244,7 @@ class GridView extends BaseListView
*/
public $filterErrorOptions = ['class' => 'help-block'];
/**
* @var string the layout that determines how different sections of the list view should be organized.
* @var string the layout that determines how different sections of the grid view should be organized.
* The following tokens will be replaced with the corresponding section contents:
*
* - `{summary}`: the summary section. See [[renderSummary()]].

Loading…
Cancel
Save