From 2187c160b936620621fe746a1ffe36af568b21ff Mon Sep 17 00:00:00 2001 From: 3Dgoo Date: Wed, 3 May 2017 06:23:47 +0930 Subject: [PATCH] Fixing pagination api doc typo --- core/PaginatedList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/PaginatedList.php b/core/PaginatedList.php index a332f57c8..5a655cd86 100644 --- a/core/PaginatedList.php +++ b/core/PaginatedList.php @@ -270,7 +270,7 @@ class PaginatedList extends SS_ListDecorator { * * * @param int $context The number of pages to display around the current - * page. The number should be event, as half the number of each pages + * page. The number should be even, as half the number of each pages * are displayed on either side of the current one. * @return SS_List */