From 2778b4e61322d6b8f74cdf0161851eaa186b96e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Juri=C5=A1i=C4=87?= Date: Mon, 21 Dec 2015 13:49:14 +0100 Subject: [PATCH] Grammar fix --- framework/widgets/LinkPager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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