Skip to content

Commit e8bf240

Browse files
Small update in language (#19769)
* Use correct English terms * Use a better word
1 parent 95b0e60 commit e8bf240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework/data/Pagination.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ class Pagination extends BaseObject implements Linkable
133133
*/
134134
public $defaultPageSize = 20;
135135
/**
136-
* @var array|false the page size limits. The first array element stands for the minimal page size, and the second
137-
* the maximal page size. If this is false, it means [[pageSize]] should always return the value of [[defaultPageSize]].
136+
* @var array|false the page size limits. The first array element defines the minimum page size, and the second
137+
* the maximum page size. If this is false, it means [[pageSize]] should always return the value of [[defaultPageSize]].
138138
*/
139139
public $pageSizeLimit = [1, 50];
140140

0 commit comments

Comments
 (0)