From b41dafe955bc4459c40b3b5f20a7c5e8c31e07b9 Mon Sep 17 00:00:00 2001 From: euromark Date: Sun, 2 Nov 2014 22:40:17 +0100 Subject: [PATCH] Correct typo. --- src/View/Helper/PaginatorHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Helper/PaginatorHelper.php b/src/View/Helper/PaginatorHelper.php index a336ac421f9..ef0b24d6437 100644 --- a/src/View/Helper/PaginatorHelper.php +++ b/src/View/Helper/PaginatorHelper.php @@ -814,7 +814,7 @@ public function last($last = 'last >>', array $options = array()) { * * `echo $this->Paginator->meta();` * - * Echos the links directly, will output nothing of there is neither a previous nor next page. + * Echos the links directly, will output nothing if there is neither a previous nor next page. * * `$this->Paginator->meta(['block' => true]);` *