diff options
Diffstat (limited to 'app/Core/Paginator.php')
-rw-r--r-- | app/Core/Paginator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Paginator.php b/app/Core/Paginator.php index e724ccd4..7b0a9c1b 100644 --- a/app/Core/Paginator.php +++ b/app/Core/Paginator.php @@ -342,7 +342,7 @@ class Paginator } /** - * Calculate the offset value accoring to url params and the page number + * Calculate the offset value according to url params and the page number * * @access public * @return $this |