Navigation Menu

Skip to content

Commit

Permalink
Correct typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Nov 2, 2014
1 parent 36bea7f commit b41dafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/PaginatorHelper.php
Expand Up @@ -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]);`
*
Expand Down

0 comments on commit b41dafe

Please sign in to comment.