diff --git a/framework/widgets/LinkPager.php b/framework/widgets/LinkPager.php index a313126faf..b500fd82da 100644 --- a/framework/widgets/LinkPager.php +++ b/framework/widgets/LinkPager.php @@ -16,7 +16,7 @@ use yii\data\Pagination; /** * LinkPager displays a list of hyperlinks that lead to different pages of target. * - * LinkPager works with a [[Pagination]] object which specifies the totally number + * LinkPager works with a [[Pagination]] object which specifies the total number * of pages and the current page number. * * Note that LinkPager only generates the necessary HTML markups. In order for it