diff --git a/docs/guide/data-grid.md b/docs/guide/data-grid.md index fa596d951f..1f6091c3b3 100644 --- a/docs/guide/data-grid.md +++ b/docs/guide/data-grid.md @@ -12,7 +12,7 @@ Grid view supports both sorting and pagination of the data items. The sorting an or normal page request. A benefit of using GridView is that when the user disables JavaScript, the sorting and pagination automatically degrade to normal page requests and are still functioning as expected. -The minimal code needed to use CGridView is as follows: +The minimal code needed to use GridView is as follows: ```php use yii\data\GridView; @@ -193,4 +193,4 @@ Sorting data Filtering data -------------- -- https://github.com/yiisoft/yii2/issues/1581 \ No newline at end of file +- https://github.com/yiisoft/yii2/issues/1581