Browse Source

Correct typo.

euromark 11 years ago
parent
commit
b41dafe955
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/PaginatorHelper.php

+ 1 - 1
src/View/Helper/PaginatorHelper.php

@@ -814,7 +814,7 @@ class PaginatorHelper extends Helper {
  *
  * `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]);`
  *